mirror of
https://github.com/kmein/niveum
synced 2026-03-21 12:21:08 +01:00
Small changes
+ sudo: password feedback ~ xresources: syntax
This commit is contained in:
@@ -35,7 +35,10 @@ in {
|
||||
drivers = [ pkgs.hplipWithPlugin ];
|
||||
};
|
||||
|
||||
security.sudo.enable = true;
|
||||
security.sudo = {
|
||||
enable = true;
|
||||
extraConfig = "Defaults pwfeedback";
|
||||
};
|
||||
|
||||
users.mutableUsers = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user