about summary refs log tree commit diff
path: root/modules/system/security/default.nix
blob: 9550e8da5be4cca8c6bdfa187791dd3b68fa8366 (plain) (blame)
1
2
3
4
5
{ ... }:

{
  security.sudo.wheelNeedsPassword = false;
}