tsuki: update restic mounting
Some checks failed
flake check / check (push) Successful in 10m19s
fmt check / check (push) Failing after 54s
Some checks failed
flake check / check (push) Successful in 10m19s
fmt check / check (push) Failing after 54s
This commit is contained in:
parent
0845808f39
commit
5e32a0d063
2 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue