From cb8f7107f526a14cab776f6783f5940babf48d39 Mon Sep 17 00:00:00 2001 From: ShatteredMINT Date: Sun, 14 Jun 2026 22:44:43 +0200 Subject: [PATCH] disable sudo password --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index b7f50d9..fa1c3d8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -138,5 +138,7 @@ system.stateVersion = "24.11"; # Did you read the comment? nix.settings.trusted-users = [ "shatteredmint" ]; + # if people get to that point we are fucked anyways + security.sudo.wheelNeedsPassword = false; }