mirror of
https://codeberg.org/privacy1st/nixos-anywhere-example
synced 2024-11-22 22:09:34 +01:00
refactor
This commit is contained in:
parent
4109638e01
commit
d55f0082f8
@ -36,14 +36,14 @@ To install on remote target machine:
|
|||||||
```shell
|
```shell
|
||||||
# yodaHP
|
# yodaHP
|
||||||
nix --extra-experimental-features nix-command --extra-experimental-features flakes \
|
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:
|
To install on remote target machine **and** print the SSH fingerprint of the new system:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# yodaHP
|
# 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
|
## Updating dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user