aboutsummaryrefslogtreecommitdiffhomepage
path: root/options.nix
diff options
context:
space:
mode:
Diffstat (limited to 'options.nix')
-rw-r--r--options.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.nix b/options.nix
index 7f44ef4c..4da0f341 100644
--- a/options.nix
+++ b/options.nix
@@ -146,6 +146,7 @@ in
mapRealUid = mkEnableOption "mapping to priv-user uid";
dev = mkEnableOption "access to all devices";
tty = mkEnableOption "access to the controlling terminal";
+ insecureWayland = mkEnableOption "direct access to the Wayland socket";
net = mkEnableOption "network access" // {
default = true;