diff --git a/README.md b/README.md index 8077163..2268809 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # 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 sudo -i rfkill unblock 0 diff --git a/shell.nix b/shell.nix index faa11f8..295bbcf 100644 --- a/shell.nix +++ b/shell.nix @@ -41,7 +41,7 @@ pkgs.mkShell { # Clone the repository - git clone ssh://git@git.cluster.gay:2222/hans/nix.git /mnt/etc/nixos - bash /mnt/etc/nixos/install.bash + git clone ssh://git@git.cluster.gay:2222/hans/nix.git /mnt/etc/nixos-install + bash /mnt/etc/nixos-install/install.bash ''; }