From 1c0f672f7ae2d7d1db29b7d1a4ed2181e71538b8 Mon Sep 17 00:00:00 2001 From: Parnell Springmeyer Date: Thu, 30 Jun 2016 19:23:19 -0500 Subject: [PATCH] security: update setcap-wrappers dir to match the system-level dir we're creating on init --- nixos/modules/security/setcap-wrappers.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/security/setcap-wrappers.nix b/nixos/modules/security/setcap-wrappers.nix index dbd40e266bae..faebc6f7e0df 100644 --- a/nixos/modules/security/setcap-wrappers.nix +++ b/nixos/modules/security/setcap-wrappers.nix @@ -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