tsuki: update restic mounting
Some checks failed
flake check / check (push) Successful in 10m19s
fmt check / check (push) Failing after 54s

This commit is contained in:
notohh 2023-12-31 13:02:54 -05:00
parent 0845808f39
commit 5e32a0d063
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 3 additions and 3 deletions

View file

@ -33,8 +33,8 @@
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/nas" = { fileSystems."/nas/restic" = {
device = "192.168.1.199:/mnt/Sutoreji/tsuki"; device = "192.168.1.199:/mnt/Sutoreji/nix-restic-data/tsuki";
fsType = "nfs"; fsType = "nfs";
}; };

View file

@ -39,7 +39,7 @@
"--keep-monthly=5" "--keep-monthly=5"
]; ];
initialize = true; initialize = true;
repository = "/nas/home"; repository = "/nas/restic";
passwordFile = config.sops.secrets.restic-tsuki.path; passwordFile = config.sops.secrets.restic-tsuki.path;
timerConfig = { timerConfig = {
OnCalendar = "daily"; OnCalendar = "daily";