diff --git a/packages.nix b/packages.nix index 8b9a31da..8a4050f4 100644 --- a/packages.nix +++ b/packages.nix @@ -116,7 +116,7 @@ lib.attrsets.mapAttrs ''} if [[ $(ssh ${target} cat /etc/hostname) != ${name} ]]; then - echo "hostname of the target machine does not match, please manually investiagte!" + echo "hostname of the target machine does not match, please manually investigate!" echo " $(ssh ${target} cat /etc/hostname) != ${name}" exit 1 fi @@ -126,7 +126,7 @@ lib.attrsets.mapAttrs # use nixos-rebuild from target config ssh ${target} bash -e <