From d819485cd695405e1007a7f856fe9ae50594b3a9 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Tue, 21 Dec 2021 00:45:39 -0500 Subject: [PATCH] whitespace --- lib/morph.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/morph.nix b/lib/morph.nix index 773c5ef..58c001d 100644 --- a/lib/morph.nix +++ b/lib/morph.nix @@ -102,7 +102,8 @@ in ssh root@$ip mkdir /mnt/etc ssh root@$ip touch /mnt/etc/NIXOS 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 '' echo ${self}