diff --git a/README.md b/README.md index 8d4283d..8077163 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ ```bash sudo -i +rfkill unblock 0 +rfkill unblock 1 +... systemctl start wpa_supplicant wpa_cli @@ -20,11 +23,6 @@ OK > enable_network 0 OK quit -``` - -then set the required crypt and root pw and start the installer script: - -``` nix-shell -E "import (builtins.fetchurl https://git.cluster.gay/hans/nixos-install/raw/branch/main/shell.nix)" ``` diff --git a/shell.nix b/shell.nix index 5abe650..faa11f8 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/ + git clone ssh://git@git.cluster.gay:2222/hans/nix.git /mnt/etc/nixos bash /mnt/etc/nixos/install.bash ''; }