diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-02-15 10:45:27 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-02-15 10:45:27 +0900 |
| commit | 6ae02e72faa0fb5d7b26ced6d7cad392cfdd0a56 (patch) | |
| tree | 2953c61a4f28dcb869bc3152c3fe10f812249523 /options.nix | |
| parent | 989fb5395f49b24b2096b331392cfb5770cf3d47 (diff) | |
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 <cat@gensokyo.uk>
Diffstat (limited to 'options.nix')
| -rw-r--r-- | options.nix | 1 |
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; |
