2019-10-24 02:20:38 +02:00
|
|
|
# remote installation iso
|
|
|
|
|
2023-07-01 00:20:03 +02:00
|
|
|
- `./config.nix` : to generate the installation image
|
|
|
|
- `./remote-service.nix` : tor configuration you have to start on your machine.
|
2019-10-24 02:20:38 +02:00
|
|
|
|
|
|
|
## Steps
|
|
|
|
|
2023-07-01 00:20:03 +02:00
|
|
|
- import `./remote-service.nix` in your `/etc/nixos/configuration.nix`
|
|
|
|
- `nixos-rebuild switch`
|
|
|
|
- run `remote-install-get-hiddenReceiver` and enter the result in `./config.nix` as `hiddenReceiver`
|
|
|
|
- set the public key in `./config.nix`
|
|
|
|
- run `nixos-generate -f install-iso -c ./config.nix`
|
|
|
|
- prepare the usb stick : `sudo if=<path of the iso> of=/dev/<device> bs=4096`
|
|
|
|
- boot the usb-stick at the new machine
|
|
|
|
- run `remote-install-start-service`
|
|
|
|
- after some time you will see a you can use to login to the new machine.
|
2019-10-24 02:20:38 +02:00
|
|
|
|
|
|
|
Now you can do the normal installations procedure.
|