mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
fix edge case in livecd-deploy script
This commit is contained in:
parent
3f80d06ff4
commit
a8731fc4ec
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ let
|
||||||
nix build "$config.system.build.toplevel" --out-link "$(mktemp -d)/result"
|
nix build "$config.system.build.toplevel" --out-link "$(mktemp -d)/result"
|
||||||
nix copy --to ssh://root@$ip?remote-store=local?root=/mnt "$sys"
|
nix copy --to ssh://root@$ip?remote-store=local?root=/mnt "$sys"
|
||||||
ssh root@$ip nix-env --store /mnt -p /mnt/nix/var/nix/profiles/system --set "$sys"
|
ssh root@$ip nix-env --store /mnt -p /mnt/nix/var/nix/profiles/system --set "$sys"
|
||||||
ssh root@$ip mkdir /mnt/etc
|
ssh root@$ip mkdir -p /mnt/etc
|
||||||
ssh root@$ip touch /mnt/etc/NIXOS
|
ssh root@$ip touch /mnt/etc/NIXOS
|
||||||
ssh root@$ip ln -sfn /proc/mounts /mnt/etc/mtab
|
ssh root@$ip ln -sfn /proc/mounts /mnt/etc/mtab
|
||||||
ssh root@$ip NIXOS_INSTALL_BOOTLOADER=1 nixos-enter \
|
ssh root@$ip NIXOS_INSTALL_BOOTLOADER=1 nixos-enter \
|
||||||
|
|
Loading…
Reference in a new issue