sept rice

This commit is contained in:
iofq 2025-08-03 10:38:37 -05:00
parent 89ab499605
commit 66ba28aaf3
12 changed files with 572 additions and 293 deletions

View file

@ -1,11 +1,12 @@
{config, ...}: {
{ config, ... }:
{
sops = {
defaultSopsFile = ../../secrets/restic.yaml;
age.keyFile = "/home/e/.config/sops/age/keys.txt";
secrets = {
"b2-home/env" = {};
"b2-home/repo" = {};
"b2-home/password" = {};
"b2-home/env" = { };
"b2-home/repo" = { };
"b2-home/password" = { };
};
};
services.restic.backups = {
@ -21,6 +22,7 @@
"/home/e/.ssh"
"/home/e/.librewolf"
"/home/e/.runelite"
"/home/e/.local/share/PrismLauncher/instances"
];
timerConfig = {
OnCalendar = "01:00";