nixfiles/profiles/base/access.nix

6 lines
108 B
Nix
Raw Normal View History

2023-09-19 22:30:02 +01:00
{lib, ...}: let
inherit (lib.modules) mkForce;
in {
security.sudo.wheelNeedsPassword = mkForce false;
2021-12-20 23:48:26 +00:00
}