aboutsummaryrefslogtreecommitdiffhomepage
path: root/nixos.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos.nix')
-rw-r--r--nixos.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos.nix b/nixos.nix
index b6d72d7b..4757dabd 100644
--- a/nixos.nix
+++ b/nixos.nix
@@ -130,7 +130,7 @@ in
Whether to allow userns within sandbox.
'';
- useRealUid = mkEnableOption ''
+ mapRealUid = mkEnableOption ''
Whether to map to fortify's real UID within the sandbox.
'';
@@ -330,7 +330,7 @@ in
dev
env
;
- use_real_uid = launcher.useRealUid;
+ map_real_uid = launcher.mapRealUid;
filesystem =
[
{ src = "/bin"; }