security: update setcap-wrappers dir to match the system-level dir we're creating on init
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user