From 155ea4e83a1491064b4359f1dbc0aff5838be962 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 30 Jul 2025 19:08:15 +0530 Subject: server: dont ask wheel for password --- os/server/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/server/configuration.nix b/os/server/configuration.nix index d1bea1a..f8563b4 100644 --- a/os/server/configuration.nix +++ b/os/server/configuration.nix @@ -3,7 +3,7 @@ imports = [ ../common/configuration.nix ]; networking.hostName = lib.mkOptionDefault "server"; - sudo.wheelNeedsPassword = false; + security.sudo.wheelNeedsPassword = false; services.openssh = { enable = true; -- cgit v1.2.3