diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-03-20 14:56:50 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-20 14:56:50 -0400 |
| commit | 7beb1f900ae4a32c314d3f0b0e7e69c46249b04f (patch) | |
| tree | b57aa64e51c7c87231f8f12a923fa3cf52191226 /system | |
| parent | update caelestia and its theming (diff) | |
| download | dotfiles-nix-7beb1f900ae4a32c314d3f0b0e7e69c46249b04f.tar.gz dotfiles-nix-7beb1f900ae4a32c314d3f0b0e7e69c46249b04f.tar.bz2 dotfiles-nix-7beb1f900ae4a32c314d3f0b0e7e69c46249b04f.zip | |
sudo-rs: dont echo passwd
Diffstat (limited to 'system')
| -rw-r--r-- | system/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/default.nix b/system/default.nix index 9c66323..2857222 100644 --- a/system/default.nix +++ b/system/default.nix @@ -167,6 +167,10 @@ in { security.sudo-rs = { enable = true; execWheelOnly = true; + extraConfig = '' + Defaults use_pty + Defaults !pwfeedback + ''; }; # firmware |