lol

nixos/terminfo: Simplify sudo-related option

nicoo 09711548 77ed368b

+1 -4
+1 -4
nixos/modules/config/terminfo.nix
··· 16 16 }; 17 17 18 18 security.sudo.keepTerminfo = mkOption { 19 - default = config.security.sudo.package.pname != "sudo-rs"; 20 - defaultText = literalMD '' 21 - `true` unless using `sudo-rs` 22 - ''; 19 + default = true; 23 20 type = types.bool; 24 21 description = lib.mdDoc '' 25 22 Whether to preserve the `TERMINFO` and `TERMINFO_DIRS`