No description
- Remove alex from nix.settings.trusted-users in core.nix (was not in the original base.nix and widens attack surface by allowing arbitrary binary cache configuration without sudo) - Restore useful comments in base.nix (zram explanation, earlyoom purpose, avahi/systemd-resolved notes) - Move documentation.man.man-db.enable = false into core.nix so all hosts get it, remove redundant setting from wintermute and nightcity Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| alex | ||
| hosts | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| readme.md | ||
| update.sh | ||
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 .