From fc14b9be5f3f17facc5c7825c7b29d020f11157e Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Sat, 30 Aug 2025 23:18:00 -0500 Subject: hosts/carrot: Add initial root password --- hosts/carrot/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/carrot/default.nix b/hosts/carrot/default.nix index 3357c3c..813412f 100644 --- a/hosts/carrot/default.nix +++ b/hosts/carrot/default.nix @@ -29,6 +29,7 @@ in www.browser = true; }; + users.root.initialPassword = "00000000" # Ensures any rndis config from stage-1 is not clobbered by NetworkManager networking.networkmanager.unmanaged = [ "rndis0" "usb0" ]; -- cgit v1.2.3