cluster/services/attic: enable @resources syscall group
This commit is contained in:
parent
15af41e3c4
commit
886ddd9a1a
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue