diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-01-23 17:24:42 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-01-23 17:24:42 +0900 |
| commit | 8a00a83c719fc2c0e3ccb2f20aee15a8d72836ef (patch) | |
| tree | 7e4595c4cce1dc90aec3d241a2e1c2a25b0aa4ba /nixos.nix | |
| parent | 134247b57d2ff93c7b70815158474d94bed1074b (diff) | |
nix: expose syscall filter policy
Signed-off-by: Ophestra <cat@gensokyo.uk>
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 = |
