diff --git a/common/server/atticd.nix b/common/server/atticd.nix index 2f81ad9..029f1be 100644 --- a/common/server/atticd.nix +++ b/common/server/atticd.nix @@ -49,6 +49,7 @@ systemd.services.atticd = { after = [ "postgresql.service" ]; requires = [ "postgresql.service" ]; + partOf = [ "postgresql.service" ]; serviceConfig = { DynamicUser = lib.mkForce false; User = "atticd";