From d55f0082f820c548817f3023e963823a9152a4ff Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 12 Oct 2023 14:00:14 +0200 Subject: [PATCH] refactor --- template/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/README.md b/template/README.md index 4cf6406..34f4ab4 100644 --- a/template/README.md +++ b/template/README.md @@ -36,14 +36,14 @@ To install on remote target machine: ```shell # yodaHP nix --extra-experimental-features nix-command --extra-experimental-features flakes \ - run github:numtide/nixos-anywhere -- --flake '.#mysystem' -p 22 root@192.168.178.105 + run github:numtide/nixos-anywhere -- --flake '.#mysystem' -p 22 root@192.168.178.106 ``` To install on remote target machine **and** print the SSH fingerprint of the new system: ```shell # yodaHP -./install-with-ssh-fingerprint.sh 22 root@192.168.178.105 +./install-with-ssh-fingerprint.sh 22 root@192.168.178.106 ``` ## Updating dependencies