add timelapse-r11 to backups

This commit is contained in:
2025-02-19 22:01:34 +02:00
parent 40fb04ed20
commit 1637276298
2 changed files with 2 additions and 0 deletions

View File

@@ -584,6 +584,7 @@ in
"bitwarden_rs"
"matrix-synapse"
"private/soju"
"private/timelapse-r11"
# https://immich.app/docs/administration/backup-and-restore/
"immich/library"

View File

@@ -43,6 +43,7 @@ in
systemd.services = {
timelapse-r11 = {
preStart = "ln -sf $CREDENTIALS_DIRECTORY/secrets.env /run/timelapse-r11/secrets.env";
serviceConfig = {
ExecStart = lib.getExe timelapseScript;
EnvironmentFile = [ "-/run/timelapse-r11/secrets.env" ];