This commit is contained in:
Daniel Langbein 2023-10-12 14:00:14 +02:00
parent 4109638e01
commit d55f0082f8
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -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