This commit is contained in:
2026-02-14 18:35:04 +00:00
parent 0f4f6a6339
commit a7cb54d04c

View File

@@ -62,7 +62,7 @@ in {
${builtins.readFile cfg.script}
''}";
};
path = [ ];
path = [ cfg.package ];
wantedBy = [ "multi-user.target" ];
};
systemd.services.postgresql.environment = cfg.environment;