Update to fit newest install script

This commit is contained in:
Hans Muendelein 2024-11-04 12:25:44 +01:00
parent 5b92bb2105
commit 682cbf4d73
2 changed files with 8 additions and 2 deletions

View File

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

View File

@ -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
''; '';
} }