summaryrefslogtreecommitdiff
path: root/hosts/carrot
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-08-30 23:18:00 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-08-30 23:18:00 -0500
commitfc14b9be5f3f17facc5c7825c7b29d020f11157e (patch)
tree517736d1061209b957c13261bf9f2dfee2087432 /hosts/carrot
parent14e0cede1664238a214514ffd44dde4fdd15eb75 (diff)
downloadnixos-config-fc14b9be5f3f17facc5c7825c7b29d020f11157e.tar.gz
nixos-config-fc14b9be5f3f17facc5c7825c7b29d020f11157e.zip
hosts/carrot: Add initial root password
Diffstat (limited to 'hosts/carrot')
-rw-r--r--hosts/carrot/default.nix1
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" ];