fix path
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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"];};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user