Revert "cluster/services/attic: auto-restart atticd"

This reverts commit 6a51b09f8c.
Done upstream now.
This commit is contained in:
Max Headroom 2024-02-22 11:26:22 +01:00
parent f4cf09e721
commit dc7f39c905

View file

@ -72,8 +72,6 @@ in
after = [ "postgresql.service" ];
serviceConfig = {
DynamicUser = lib.mkForce false;
Restart = "on-failure";
RestartSec = "10s";
};
environment = {
AWS_SHARED_CREDENTIALS_FILE = config.age.secrets.atticS3Credentials.path;