# Nix Configuration # Deploy From within this directory: ``` sudo nixos-rebuild switch --flake . ``` # WiFi NetworkManager is enabled. Use the terminal UI to connect: ``` nmtui ``` Select "Activate a connection", pick your network, and enter the password. # Update and deploy From within this directory: ``` nix flake update sudo nixos-rebuild switch --flake . ```