diff options
Diffstat (limited to 'nixos.nix')
| -rw-r--r-- | nixos.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -117,6 +117,9 @@ in dev env ; + syscall = { + inherit (app) devel multiarch bluetooth; + }; map_real_uid = app.mapRealUid; no_new_session = app.tty; filesystem = |
