immich init

This commit is contained in:
Bryan Ramos 2026-03-12 19:48:38 -04:00
parent 37ebd2d6b6
commit cf4cf866c9
2 changed files with 42 additions and 1 deletions

View file

@ -8,6 +8,7 @@
nginx.enable = true;
forgejo.enable = true;
frigate.enable = false;
immich.enable = true;
backup = {
enable = true;
@ -15,8 +16,9 @@
"${config.user.keys.age.yubikey}"
"${config.machines.keys.desktop.ssh}"
];
paths = [ "/root/.config/rclone" ];
destination = "gdrive:backups/server";
schedule = "weekly";
schedule = "daily";
keepLast = 2;
};
};