diff --git a/cluster/services/attic/server.nix b/cluster/services/attic/server.nix index aea005b..9d9396e 100644 --- a/cluster/services/attic/server.nix +++ b/cluster/services/attic/server.nix @@ -53,20 +53,7 @@ in }; }; - users = { - users.atticd = { - isSystemUser = true; - group = "atticd"; - home = "/var/lib/atticd"; - createHome = true; - }; - groups.atticd = {}; - }; - systemd.services.atticd = { - serviceConfig = { - DynamicUser = lib.mkForce false; - }; environment = { AWS_SHARED_CREDENTIALS_FILE = config.age.secrets.atticS3Credentials.path; PGPASSFILE = config.age.secrets.atticDBCredentials.path;