From b43d10468039a07ada412dcab83e8e074ab9ef46 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 29 Jul 2025 02:21:12 +0900 Subject: app: integrate interrupt forwarding This significantly increases usability of command line tools running through hakurei. Signed-off-by: Ophestra --- options.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'options.nix') diff --git a/options.nix b/options.nix index 684485e5..17c55372 100644 --- a/options.nix +++ b/options.nix @@ -195,6 +195,7 @@ in ''; }; + immediate_termination = mkEnableOption "immediate termination of the container on interrupt"; devel = mkEnableOption "debugging-related kernel interfaces"; userns = mkEnableOption "user namespace creation"; tty = mkEnableOption "access to the controlling terminal"; -- cgit v1.3.1