diff options
Diffstat (limited to 'modules/doas.nix')
| -rw-r--r-- | modules/doas.nix | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/modules/doas.nix b/modules/doas.nix index 16a6dc6..5a99756 100644 --- a/modules/doas.nix +++ b/modules/doas.nix @@ -8,14 +8,14 @@ { security = { doas.extraRules = [ - { - groups = [ "wheel" ]; - } - { - cmd = "mount"; - groups = [ "wheel" ]; - noPass = true; - } + { + groups = [ "wheel" ]; + } + { + cmd = "mount"; + groups = [ "wheel" ]; + noPass = true; + } ]; sudo.enable = lib.mkDefault (!config.security.doas.enable); |
