No description
Find a file
Alexander Wainwright 265a299f24 fix: remove trusted-users escalation, restore comments, move man-db to core
- 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>
2026-04-11 11:21:56 +10:00
alex Remove debug text 2026-04-09 20:12:33 +10:00
hosts fix: remove trusted-users escalation, restore comments, move man-db to core 2026-04-11 11:21:56 +10:00
.gitignore Add git ignore 2025-12-26 22:57:22 +10:00
flake.lock Update lock file 2026-04-09 20:09:58 +10:00
flake.nix feat: add wintermute host as dedicated reverse proxy 2026-04-11 10:55:46 +10:00
readme.md Fix intermittent mDNS resolution failures 2026-04-09 18:24:59 +10:00
update.sh Add update script 2026-04-09 21:51:55 +10:00

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 .