summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-03-20 14:56:50 -0400
committerFreya Murphy <freya@freyacat.org>2026-03-20 14:56:50 -0400
commit7beb1f900ae4a32c314d3f0b0e7e69c46249b04f (patch)
treeb57aa64e51c7c87231f8f12a923fa3cf52191226 /system
parentupdate caelestia and its theming (diff)
downloaddotfiles-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.nix4
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