Fix clone path and readme
This commit is contained in:
parent
c622ddca34
commit
5b92bb2105
|
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo -i
|
sudo -i
|
||||||
|
rfkill unblock 0
|
||||||
|
rfkill unblock 1
|
||||||
|
...
|
||||||
systemctl start wpa_supplicant
|
systemctl start wpa_supplicant
|
||||||
wpa_cli
|
wpa_cli
|
||||||
|
|
||||||
|
|
@ -20,11 +23,6 @@ OK
|
||||||
> enable_network 0
|
> enable_network 0
|
||||||
OK
|
OK
|
||||||
quit
|
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)"
|
nix-shell -E "import (builtins.fetchurl https://git.cluster.gay/hans/nixos-install/raw/branch/main/shell.nix)"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ pkgs.mkShell {
|
||||||
|
|
||||||
|
|
||||||
# Clone the repository
|
# 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
|
bash /mnt/etc/nixos/install.bash
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue