about summary refs log tree commit diff
path: root/hosts/common/system/security.nix
blob: b35e60ed15a3e93cd293b39d84f08badd836e843 (plain) (blame)
1
2
3
4
5
{ config, ... }:

{
  security.sudo.wheelNeedsPassword = false;
}