From 6ae02e72faa0fb5d7b26ced6d7cad392cfdd0a56 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 15 Feb 2025 10:45:27 +0900 Subject: nix: test direct_wayland behaviour This should never be used outside tests unless you absolutely know what you're doing or are using GNOME. Signed-off-by: Ophestra --- options.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'options.nix') 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; -- cgit v1.3.1