diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-11-28 00:19:06 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-11-28 00:19:06 +0900 |
| commit | 95668ac998b2212478df5a6114089fdf7e579f71 (patch) | |
| tree | a16f020536bd5a440f03b3e2ba937802138aa46a /options.md | |
| parent | b291f0b71065a9dc18a956f741775806409e6dee (diff) | |
nix: expose no_new_session in module
Useful for shells and terminal programs like chat clients.
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'options.md')
| -rw-r--r-- | options.md | 26 |
1 files changed, 25 insertions, 1 deletions
@@ -36,7 +36,7 @@ package *Default:* -` <derivation fortify-0.1.0> ` +` <derivation fortify-0.2.1> ` @@ -478,6 +478,30 @@ null or package +## environment\.fortify\.apps\.\*\.tty + + + +Whether to enable allow access to the controlling terminal\. + + + +*Type:* +boolean + + + +*Default:* +` false ` + + + +*Example:* +` true ` + + + + ## environment\.fortify\.apps\.\*\.userns |
