Update to fit newest install script
This commit is contained in:
parent
5b92bb2105
commit
682cbf4d73
|
|
@ -1,5 +1,11 @@
|
||||||
# Installing a fresh NixOS
|
# Installing a fresh NixOS
|
||||||
|
|
||||||
|
Add the new host to https://git.cluster.gay/hans/nix
|
||||||
|
Boot into the nixos minimal install iso
|
||||||
|
Plug the yubikey with gpg key on it into the machine
|
||||||
|
|
||||||
|
Now do the following:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo -i
|
sudo -i
|
||||||
rfkill unblock 0
|
rfkill unblock 0
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ pkgs.mkShell {
|
||||||
|
|
||||||
|
|
||||||
# Clone the repository
|
# Clone the repository
|
||||||
git clone ssh://git@git.cluster.gay:2222/hans/nix.git /mnt/etc/nixos
|
git clone ssh://git@git.cluster.gay:2222/hans/nix.git /mnt/etc/nixos-install
|
||||||
bash /mnt/etc/nixos/install.bash
|
bash /mnt/etc/nixos-install/install.bash
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue