configurations for my servers and desktops
nix nixos flake dots dotfiles

chore: adjust restic locations

+2 -2
+2 -2
modules/nixos/services/restic.nix
··· 20 20 }; 21 21 backups = { 22 22 "bluepill" = { 23 - repository = "/mnt/backup/restic"; 23 + repository = "/mnt/backup/restic/devin"; 24 24 passwordFile = "/etc/secrets/restic"; 25 25 initialize = true; 26 26 timerConfig = { ··· 41 41 pruneOpts = ["--keep-last 4" "--keep-hourly 24" "--keep-daily 14" "--keep-weekly 4" "--keep-monthly 6"]; 42 42 }; 43 43 "bluepill-offsite" = { 44 - repository = "rclone:onedrive:/backup/restic"; 44 + repository = "rclone:onedrive:/backup/restic/devin"; 45 45 passwordFile = "/etc/secrets/restic"; 46 46 rcloneConfigFile = "/etc/secrets/rclone-onedrive.conf"; 47 47 initialize = true;