Fix clone path and readme

This commit is contained in:
Hans Muendelein 2024-11-02 23:29:18 +01:00
parent c622ddca34
commit 5b92bb2105
2 changed files with 4 additions and 6 deletions

View File

@ -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)"
``` ```

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