cluster/services/attic: enable @resources syscall group

This commit is contained in:
Max Headroom 2024-11-10 04:15:28 +01:00
parent 15af41e3c4
commit 886ddd9a1a

View file

@ -65,6 +65,7 @@ in
serviceConfig = {
DynamicUser = lib.mkForce false;
RestrictAddressFamilies = [ "AF_INET" "AF_INET6" "AF_UNIX" "AF_NETLINK" ];
SystemCallFilter = lib.mkAfter [ "@resources" ];
};
environment = {
AWS_SHARED_CREDENTIALS_FILE = "/run/locksmith/garage-attic";