This commit is contained in:
2025-10-17 20:04:53 -05:00
parent 06ec73de0b
commit 3b12bf7081
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ let
"directory mask" = "0775";
};
timemachine = {
"path" = "/mnt/Shares/tm_share";
"path" = "/holocron/archives/timemachine";
"valid users" = "username";
"public" = "no";
"writeable" = "yes";

View File

@@ -109,7 +109,7 @@ in {
# add to backups
system.backups.baks = {
${service} = {paths = [cfg.data_dir "/var/lib/redis-immich" "/var/backups/postgresql/immich.sql.zst"];};
${service} = {paths = [cfg.data_dir "/var/lib/redis-immich" "/var/backups/postgresql/immich.sql.zstd"];};
};
};
}