nixfiles/profiles/base/sudo.nix

6 lines
112 B
Nix
Raw Normal View History

2023-09-28 19:47:00 +01:00
{lib, ...}: let
inherit (lib.modules) mkDefault;
in {
security.sudo.wheelNeedsPassword = mkDefault false;
}