Go to file
Hans Muendelein 5b92bb2105 Fix clone path and readme 2024-11-02 23:29:18 +01:00
.gitignore Cleanup working version 2024-11-02 22:54:11 +01:00
README.md Fix clone path and readme 2024-11-02 23:29:18 +01:00
shell.nix Fix clone path and readme 2024-11-02 23:29:18 +01:00

README.md

Installing a fresh NixOS

sudo -i
rfkill unblock 0
rfkill unblock 1
...
systemctl start wpa_supplicant
wpa_cli

And then:

> add_network
0
> set_network 0 ssid "forest"
OK
> set_network 0 psk "ki*****"
OK
> set_network 0 key_mgmt WPA-PSK
OK
> enable_network 0
OK
quit
nix-shell -E "import (builtins.fetchurl https://git.cluster.gay/hans/nixos-install/raw/branch/main/shell.nix)"