mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
immich init
This commit is contained in:
parent
37ebd2d6b6
commit
cf4cf866c9
2 changed files with 42 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue