whitespace

This commit is contained in:
Sean Buckley 2021-12-21 00:45:39 -05:00
parent e56dffb6b1
commit d819485cd6

View file

@ -102,7 +102,8 @@ in
ssh root@$ip mkdir /mnt/etc ssh root@$ip mkdir /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 --root /mnt -- /run/current-system/bin/switch-to-configuration boot ssh root@$ip NIXOS_INSTALL_BOOTLOADER=1 nixos-enter \
--root /mnt -- /run/current-system/bin/switch-to-configuration boot
''; '';
jump = sh '' jump = sh ''
echo ${self} echo ${self}