mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: make sudo sad
This commit is contained in:
parent
c8c9d70276
commit
78cb82a061
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
||||||
--replace "incorrect password attempts" "nuu silly, try again ~ >.< ~" \
|
--replace "incorrect password attempts" "nuu silly, try again ~ >.< ~" \
|
||||||
--replace "incorrect password attempt" "nuu silly, try again ~ >.< ~" \
|
--replace "incorrect password attempt" "nuu silly, try again ~ >.< ~" \
|
||||||
--replace "authentication failure" "oepsie woepsie alles is stukkie wukkie :3" \
|
--replace "authentication failure" "oepsie woepsie alles is stukkie wukkie :3" \
|
||||||
--replace "a password is required" "no password for me? 🥺\n"
|
--replace "a password is required" "no password? 😭\n"
|
||||||
'';
|
'';
|
||||||
configureFlags =
|
configureFlags =
|
||||||
(builtins.filter (x: !(lib.strings.hasPrefix x "--with-passprompt=")) old.configureFlags)
|
(builtins.filter (x: !(lib.strings.hasPrefix x "--with-passprompt=")) old.configureFlags)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue