yep, more dotfiles

fix: disable all restic configs cause broken

Changed files
+7 -4
nixos
modules
+7 -4
nixos/modules/backup.nix
···
"--keep-yearly 10"
];
-
timerConfig = {
-
OnCalendar = "00:05";
-
RandomizedDelaySec = "5h";
-
};
+
+
# TODO: fix config
+
timerConfig = null;
+
# timerConfig = {
+
# OnCalendar = "00:05";
+
# RandomizedDelaySec = "5h";
+
# };
};
# Backup documents and large files