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:
committed by
GitHub
parent
eb3463cdfe
commit
a5ff38786c
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user