This commit is contained in:
2025-10-26 19:31:26 +03:00
parent 2caa881ebe
commit b1f5a339e9
+2 -1
View File
@@ -21,7 +21,8 @@ in
# postgresqlBackup.enable = true;
};
systemd.tmpfiles.rules = [
systemd.tmpfiles.rules = [postgresql-folder
"z ${xlib.dirs.postgresql-folder} 0760 postgres postgres -"
"z ${config.services.postgresql.dataDir} 0760 postgres postgres -"
];
}