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; }