diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-06-25 13:56:23 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-06-25 13:56:23 -0400 |
| commit | 379612935b1a46d9339fe8b377c80441316b768f (patch) | |
| tree | 66349e5737422b042f84a1738dcd2cdf343513bb /modules/doas.nix | |
| parent | 6d02792c9aeed4a0d84f8d11adad3d5a96deb7a3 (diff) | |
formatter pass + add FMJ support to kakoune
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); |
