tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/terminfo: Simplify sudo-related option
nicoo
2 years ago
09711548
77ed368b
+1
-4
1 changed file
expand all
collapse all
unified
split
nixos
modules
config
terminfo.nix
+1
-4
nixos/modules/config/terminfo.nix
···
16
16
};
17
17
18
18
security.sudo.keepTerminfo = mkOption {
19
19
-
default = config.security.sudo.package.pname != "sudo-rs";
20
20
-
defaultText = literalMD ''
21
21
-
`true` unless using `sudo-rs`
22
22
-
'';
19
19
+
default = true;
23
20
type = types.bool;
24
21
description = lib.mdDoc ''
25
22
Whether to preserve the `TERMINFO` and `TERMINFO_DIRS`