mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
whitespace
This commit is contained in:
parent
e56dffb6b1
commit
d819485cd6
1 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue