mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
security: update setcap-wrappers dir to match the system-level dir we're creating on init
This commit is contained in:
parent
12a23b3d91
commit
1c0f672f7a
|
@ -84,7 +84,7 @@ in
|
|||
|
||||
security.setcapWrapperDir = mkOption {
|
||||
type = types.path;
|
||||
default = "/nix/var/setcap-wrappers";
|
||||
default = "/var/setcap-wrappers";
|
||||
internal = true;
|
||||
description = ''
|
||||
This option defines the path to the setcap wrappers. It
|
||||
|
|
Loading…
Reference in a new issue