diff options
-rw-r--r-- | hosts/carrot/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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" ]; |