forked from fediversity/fediversity
don't reinstall bootloader
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
0d0890cb17
commit
469b22fe4e
1 changed files with 1 additions and 1 deletions
|
|
@ -47,4 +47,4 @@ NIX_SSHOPTS="${sshOptsAsterisk[*]}" nix-copy-closure --to "$destination" "$outPa
|
|||
# shellcheck disable=SC2029
|
||||
ssh "${sshOptsAt[@]}" "$destination" "nix-env --profile /nix/var/nix/profiles/system --set $outPath"
|
||||
# shellcheck disable=SC2029
|
||||
ssh -o "ConnectTimeout=5" -o "ServerAliveInterval=1" "${sshOptsAt[@]}" "$destination" "nohup $outPath/bin/switch-to-configuration switch &" 2>&1
|
||||
ssh -o "ConnectTimeout=5" -o "ServerAliveInterval=1" "${sshOptsAt[@]}" "$destination" "nohup env NIXOS_INSTALL_BOOTLOADER=0 $outPath/bin/switch-to-configuration switch &" 2>&1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue