aboutsummaryrefslogtreecommitdiff
path: root/modules/doas.nix
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-06-25 13:56:23 -0400
committerRosa <rosaontheweb@proton.me>2026-06-25 13:56:23 -0400
commit379612935b1a46d9339fe8b377c80441316b768f (patch)
tree66349e5737422b042f84a1738dcd2cdf343513bb /modules/doas.nix
parent6d02792c9aeed4a0d84f8d11adad3d5a96deb7a3 (diff)
formatter pass + add FMJ support to kakoune
Diffstat (limited to 'modules/doas.nix')
-rw-r--r--modules/doas.nix16
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);