From b8aca137ba5ecc3346336fbb07c60227e7502f6e Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sat, 29 Nov 2025 11:40:56 +0100 Subject: added config for doas --- modules/common/doas/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/common/doas/default.nix b/modules/common/doas/default.nix index 6402880..bc528d1 100644 --- a/modules/common/doas/default.nix +++ b/modules/common/doas/default.nix @@ -1,5 +1,13 @@ { security.doas = { enable = true; + + extraRules = [ + { + users = [ "aethrvmn" ]; + keepEnv = true; + persist = true; + } + ]; }; } -- cgit v1.2.3