netns-isolation: add compatibility with 21.11
`security.wrappers` now requires `group` be defined.
This commit is contained in:
parent
8f641756ce
commit
71e9864060
@ -122,6 +122,7 @@ in {
|
||||
source = config.nix-bitcoin.pkgs.netns-exec;
|
||||
capabilities = "cap_sys_admin=ep";
|
||||
owner = cfg.allowedUser;
|
||||
group = ""; # Set to the group of `owner`
|
||||
permissions = "550";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user