diff --git a/.config/bash/module/Bootstrap.sh b/.config/bash/module/Bootstrap.sh index bffd5b2..b35c8c8 100644 --- a/.config/bash/module/Bootstrap.sh +++ b/.config/bash/module/Bootstrap.sh @@ -65,6 +65,6 @@ function bootstrap_nixos() { nixos-install else _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 }