Fix ISO build warning: use lib.mkForce to override root password options

Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/aa57a263-33e8-4379-9cc3-379125371b46

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-12 02:14:14 +00:00
committed by GitHub
parent eb3463cdfe
commit a5ff38786c

View File

@@ -77,7 +77,8 @@ in
PermitRootLogin = "yes"; PermitRootLogin = "yes";
}; };
}; };
users.users.root.initialPassword = "sovran-remote"; users.users.root.initialPassword = lib.mkForce "sovran-remote";
users.users.root.initialHashedPassword = lib.mkForce null;
# mDNS so the machine is discoverable as sovran-installer.local # mDNS so the machine is discoverable as sovran-installer.local
services.avahi = { services.avahi = {