68
68
69
69
3 . ** Find SSH Key Line** :\
70
70
if you cloned
71
- [ our nixos-anywhere-example] ( https://github.com/nix-community /nixos-anywhere-examples/blob/main/configuration.nix )
71
+ [ our nixos-anywhere-example] ( https://github.com/numtide /nixos-anywhere-examples/blob/main/configuration.nix )
72
72
you will also replace the SSH key like this: In your configuration, locate
73
73
the line that reads:
74
74
84
84
used to specify the disk layout to the ** disko** tool, which nixos-anywhere
85
85
uses to partition, format and mount the disks. Again, for a simple
86
86
installation you can paste the contents from the example
87
- [ here] ( https://github.com/nix-community /nixos-anywhere-examples/blob/main/disk-config.nix ) .
87
+ [ here] ( https://github.com/numtide /nixos-anywhere-examples/blob/main/disk-config.nix ) .
88
88
This configures a standard GPT (GUID Partition Table) partition compatible
89
89
with both EFI and BIOS systems, and mounts the disk as ` /dev/sda ` . If this
90
90
doesn’t meet your requirements, choose an example that suits your disk layout
@@ -117,7 +117,7 @@ below.
117
117
- ` <configuration name> ` must match the name that immediately follows the
118
118
text ` nixosConfigurations. ` in the flake, as indicated by the comment in
119
119
the
120
- [ example] ( https://github.com/nix-community /nixos-anywhere-examples/blob/main/flake.nix ) ).
120
+ [ example] ( https://github.com/numtide /nixos-anywhere-examples/blob/main/flake.nix ) ).
121
121
122
122
```
123
123
nix run github:nix-community/nixos-anywhere -- --flake <path to configuration>#<configuration name> --vm-test
@@ -132,7 +132,7 @@ below.
132
132
- ` <configuration name> ` must match the name that immediately follows the
133
133
text ` nixosConfigurations. ` in the flake, as indicated by the comment in
134
134
the
135
- [ example] ( https://github.com/nix-community /nixos-anywhere-examples/blob/main/flake.nix ) ).
135
+ [ example] ( https://github.com/numtide /nixos-anywhere-examples/blob/main/flake.nix ) ).
136
136
137
137
- ` <ip address> ` is the IP address of the target machine.
138
138
0 commit comments