nix: expose no_new_session in module
All checks were successful
test / test (push) Successful in 14s

Useful for shells and terminal programs like chat clients.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
2024-11-28 00:19:06 +09:00
parent b291f0b710
commit 95668ac998
3 changed files with 27 additions and 1 deletions

View File

@@ -123,6 +123,7 @@ in
env
;
map_real_uid = app.mapRealUid;
no_new_session = app.tty;
filesystem =
[
{ src = "/bin"; }