diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-29 09:54:03 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-29 09:54:03 +0000 |
| commit | b0d9558f970c3f52af34fcd12ae6c7f8a1d27ccb (patch) | |
| tree | fb182805aa435347931727adc7bd3301028d5158 /modules/common/sudo | |
| parent | added session command (diff) | |
moved to doas
Diffstat (limited to '')
| -rw-r--r-- | modules/common/sudo/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/common/sudo/default.nix b/modules/common/sudo/default.nix new file mode 100644 index 0000000..8ad7bf9 --- /dev/null +++ b/modules/common/sudo/default.nix @@ -0,0 +1,5 @@ +{ + security.sudo = { + enable = false; + }; +} |
