summary refs log tree commit diff stats
path: root/sys/security/sudo/default.nix
blob: 7529d6ff8a7da8442b4a8b0237d8cb1b14c81c0b (plain) (blame)
1
2
3
4
5
{...}: {
  security.sudo = {
    enable = true;
  };
}