Bootstrap : Nixos do not copy channel on flake install.
This commit is contained in:
parent
723c75b4dd
commit
faad8e5d9c
|
@ -65,6 +65,6 @@ function bootstrap_nixos() {
|
||||||
nixos-install
|
nixos-install
|
||||||
else
|
else
|
||||||
_info "Installing ${host}..."
|
_info "Installing ${host}..."
|
||||||
nixos-install --no-root-password --flake "${_nix_system_config}#${host}"
|
nixos-install --no-root-password --no-channel-copy --flake "${_nix_system_config}#${host}"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue