NixOS

MY SETUP GUIDE

Basic Stack

ZSH Nushell

Instructions:

$ sudo -i

$ systemctl start wpa_supplicant

$ wpa_cli

> add_network 0
0
> set_network 0 ssid "BJVDHOME5"
OK
> set_network 0 psk "Bowing737"
OK
> enable_network 0
OK
<3>CTRL-EVENT-CONNECTED - Connection to 32:85:ab:ef:24:5c completed [id=0 id_str=]
> quit

$ export NIX_CONFIG="experimental-features = nix-command flakes"


Disko


$ nix-shell -p git disko

$ git clone https://git.gay/iusenixbtw/nix-flakes.git /etc/nixos

$ disko apply /etc/nixos/modules/disko.yaml

$ nixos-install --flake 'etc/nixos/flake.nix#lptp'

NixOS