Go to file
Hans Muendelein 06b78fbadf Update with AI input for pinentry config 2024-11-02 13:56:09 +01:00
README.md Add readme 2024-10-21 14:23:46 +02:00
shell.nix Update with AI input for pinentry config 2024-11-02 13:56:09 +01:00

README.md

Installing a fresh NixOS

sudo -i
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

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