Fix clone path and readme
This commit is contained in:
parent
c622ddca34
commit
5b92bb2105
|
|
@ -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)"
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue