flake lock update

This commit is contained in:
glenn 2024-06-23 15:39:08 +02:00
parent 52365bc4f2
commit 1cc85f8237
4 changed files with 71 additions and 59 deletions

View file

@ -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 = {