From fe133f0cdb0707d1721b2634ea9581b37869b82e Mon Sep 17 00:00:00 2001 From: alisceon Date: Mon, 29 Sep 2025 15:56:43 +0200 Subject: [PATCH] known bronken --- hosts/tesla-nixos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/tesla-nixos/configuration.nix b/hosts/tesla-nixos/configuration.nix index 0a3b85a..87fa63c 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -1,6 +1,7 @@ { config, pkgs, ... }: { + security.sudo.wheelNeedsPassword = false; imports = [ ./hardware-configuration.nix ]; networking.hostName = "tesla-nixos";