diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-30 21:59:43 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-30 21:59:43 +0000 |
| commit | 893ea11e1dc05fe1a2a34e66d4ebcfdffda34720 (patch) | |
| tree | ef454e299f49cbb58e1b9fbafd0b759b4379ac2a /modules/common/doas | |
| parent | added .lock to ignorelist (diff) | |
huge restructure of modules
Diffstat (limited to 'modules/common/doas')
| -rw-r--r-- | modules/common/doas/default.nix | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/common/doas/default.nix b/modules/common/doas/default.nix deleted file mode 100644 index bc528d1..0000000 --- a/modules/common/doas/default.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ - security.doas = { - enable = true; - - extraRules = [ - { - users = [ "aethrvmn" ]; - keepEnv = true; - persist = true; - } - ]; - }; -} |
