nix: set deny_devel correctly

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-01-24 00:50:35 +09:00
parent ad6d0ee55f
commit efacaa40fa

View File

@@ -118,7 +118,8 @@ in
env env
; ;
syscall = { syscall = {
inherit (app) devel multiarch bluetooth; inherit (app) multiarch bluetooth;
deny_devel = !app.devel;
}; };
map_real_uid = app.mapRealUid; map_real_uid = app.mapRealUid;
no_new_session = app.tty; no_new_session = app.tty;