mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: disable sudo insults
This commit is contained in:
parent
907352965d
commit
cddfbd9953
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
package = (pkgs.sudo.override { withInsults = true; }).overrideAttrs (old: {
|
package = (pkgs.sudo.override { withInsults = false; }).overrideAttrs (old: {
|
||||||
postPatch =
|
postPatch =
|
||||||
(old.postPatch or "")
|
(old.postPatch or "")
|
||||||
+ ''
|
+ ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue