diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-01-24 00:50:35 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-01-24 00:50:35 +0900 |
| commit | efacaa40fae42238e869524a5c2dca5ec7d94b3d (patch) | |
| tree | 65e552bd258e13b9651e08a116235e07faeee071 /nixos.nix | |
| parent | ad6d0ee55febef84ab44ab7740267c490f5db7dd (diff) | |
nix: set deny_devel correctly
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'nixos.nix')
| -rw-r--r-- | nixos.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -118,7 +118,8 @@ in env ; syscall = { - inherit (app) devel multiarch bluetooth; + inherit (app) multiarch bluetooth; + deny_devel = !app.devel; }; map_real_uid = app.mapRealUid; no_new_session = app.tty; |
