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