Merge pull request #192 from naturallaw777/copilot/fix-iso-build-warning-root-password-options

Fix ISO build warning: multiple root password options set
This commit is contained in:
Sovran_Systems
2026-04-11 21:20:24 -05:00
committed by GitHub

View File

@@ -77,7 +77,8 @@ in
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
services.avahi = {