Bootstrap : Disable root pw ask when building from a flake.
This commit is contained in:
parent
5290b25c9b
commit
c4f23ab4fd
|
@ -63,6 +63,6 @@ function bootstrap_nixos() {
|
||||||
if [[ "${host}" = "" ]]; then
|
if [[ "${host}" = "" ]]; then
|
||||||
nixos-install
|
nixos-install
|
||||||
else
|
else
|
||||||
nixos-install --flake "${_nix_system_config}#${host}"
|
nixos-install --no-root-password --flake "${_nix_system_config}#${host}"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue