flake lock update
This commit is contained in:
parent
52365bc4f2
commit
1cc85f8237
4 changed files with 71 additions and 59 deletions
|
|
@ -31,11 +31,16 @@ in
|
|||
|
||||
|
||||
services = {
|
||||
# restic = {
|
||||
# "nextcloud-repo" = {
|
||||
# passwordFile = "/etc/nixos/.secrets/restic_pw";
|
||||
# };
|
||||
# };
|
||||
restic.backups = {
|
||||
"diskstation423" = {
|
||||
passwordFile = "/etc/nixos/.secrets/restic_pw";
|
||||
repository = "sftp:Glenn@nas:/home/back/nextcloud/restic-repo";
|
||||
paths = [
|
||||
"/pool/var/lib/nextcloud"
|
||||
];
|
||||
timerConfig.onCalendar = "02:05";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
nginx.virtualHosts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue