mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 17:49:07 +01:00
core: Enable sudo password feedback
This commit is contained in:
parent
d0c8b770ac
commit
b4aaa77fb3
1 changed files with 2 additions and 0 deletions
|
|
@ -73,6 +73,8 @@
|
||||||
|
|
||||||
console.keyMap = "de-latin1-nodeadkeys";
|
console.keyMap = "de-latin1-nodeadkeys";
|
||||||
|
|
||||||
|
security.sudo.extraConfig = "Defaults pwfeedback";
|
||||||
|
|
||||||
sops.secrets."seb-password".neededForUsers = true;
|
sops.secrets."seb-password".neededForUsers = true;
|
||||||
users = {
|
users = {
|
||||||
mutableUsers = false;
|
mutableUsers = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue