Enable sudoedit

This commit is contained in:
Eelco Dolstra
2013-04-03 13:27:41 +02:00
parent 0139f015be
commit fef5a18587
+1 -1
View File
@@ -70,7 +70,7 @@ in
%wheel ALL=(ALL) ${if cfg.wheelNeedsPassword then "" else "NOPASSWD: ALL, "}SETENV: ALL %wheel ALL=(ALL) ${if cfg.wheelNeedsPassword then "" else "NOPASSWD: ALL, "}SETENV: ALL
''; '';
security.setuidPrograms = [ "sudo" ]; security.setuidPrograms = [ "sudo" "sudoedit" ];
environment.systemPackages = [ sudo ]; environment.systemPackages = [ sudo ];