From 53ab649bf5a86fa09c55256eb669ee771d75ceb0 Mon Sep 17 00:00:00 2001 From: sils Date: Sun, 1 Oct 2023 15:24:43 +0200 Subject: feat(sys/security): declare sudo as enabled I'm aware that this is quite useless for now, but I'm planning to add config in future. --- sys/security/sudo/default.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sys/security/sudo/default.nix (limited to 'sys/security/sudo') diff --git a/sys/security/sudo/default.nix b/sys/security/sudo/default.nix new file mode 100644 index 0000000..7529d6f --- /dev/null +++ b/sys/security/sudo/default.nix @@ -0,0 +1,5 @@ +{...}: { + security.sudo = { + enable = true; + }; +} -- cgit 1.4.1