aboutsummaryrefslogtreecommitdiffhomepage
path: root/options.nix
diff options
context:
space:
mode:
Diffstat (limited to 'options.nix')
-rw-r--r--options.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/options.nix b/options.nix
index ec2533c0..91ea7c49 100644
--- a/options.nix
+++ b/options.nix
@@ -179,10 +179,10 @@ in
tty = mkEnableOption "access to the controlling terminal";
multiarch = mkEnableOption "multiarch kernel-level support";
- net = mkEnableOption "network access" // {
+ hostNet = mkEnableOption "share host net namespace" // {
default = true;
};
- abstract = mkEnableOption "abstract unix domain socket access";
+ hostAbstract = mkEnableOption "share abstract unix socket scope";
nix = mkEnableOption "nix daemon access";
mapRealUid = mkEnableOption "mapping to priv-user uid";