diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-08-30 23:18:00 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-08-30 23:18:00 -0500 |
commit | fc14b9be5f3f17facc5c7825c7b29d020f11157e (patch) | |
tree | 517736d1061209b957c13261bf9f2dfee2087432 /hosts/carrot/default.nix | |
parent | 14e0cede1664238a214514ffd44dde4fdd15eb75 (diff) | |
download | nixos-config-fc14b9be5f3f17facc5c7825c7b29d020f11157e.tar.gz nixos-config-fc14b9be5f3f17facc5c7825c7b29d020f11157e.zip |
hosts/carrot: Add initial root password
Diffstat (limited to 'hosts/carrot/default.nix')
-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" ]; |