diff options
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; |
