diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-04-11 19:22:00 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-04-11 19:32:15 +0900 |
| commit | 2f4f21fb183a1880c0363ad65f443b4af64a5359 (patch) | |
| tree | 1e20d607f0f86dbde4960aa6c23f7b57c468f0f8 /options.nix | |
| parent | 996790946092a9291eb21e297d1f0f04deab8b42 (diff) | |
fst: rename device field
Dev is very ambiguous. Rename it here alongside upcoming config changes.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'options.nix')
| -rw-r--r-- | options.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options.nix b/options.nix index e0bf5489..8af00c5e 100644 --- a/options.nix +++ b/options.nix @@ -177,7 +177,7 @@ in nix = mkEnableOption "nix daemon access"; mapRealUid = mkEnableOption "mapping to priv-user uid"; - dev = mkEnableOption "access to all devices"; + device = mkEnableOption "access to all devices"; insecureWayland = mkEnableOption "direct access to the Wayland socket"; gpu = mkOption { |
