tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
chore: adjust restic locations
devins.page
1 month ago
c35fe139
bb0e9e96
+2
-2
1 changed file
expand all
collapse all
unified
split
modules
nixos
services
restic.nix
+2
-2
modules/nixos/services/restic.nix
···
20
20
};
21
21
backups = {
22
22
"bluepill" = {
23
23
-
repository = "/mnt/backup/restic";
23
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
44
-
repository = "rclone:onedrive:/backup/restic";
44
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;