Commit graph

5 commits

Author SHA1 Message Date
9298bc7caf
Replace hardcoded tailnet name and WiFi SSIDs with private-flake options
Tailnet name (atlas-snares.ts.net) is now sourced from
config.private-flake.tailnetDomain, defined in private-flake's
shared/tailnet.nix and imported by the hetznix01 and nixnuc modules.

WiFi SSIDs for kiosk-* hosts are now set by private-flake's
shared/kiosk.nix via nixosModules.private.kiosk; the hardcoded network
blocks are removed from the kiosk dots configs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 18:01:01 -04:00
5dbcce7686
Add linting, formatting, and CI infrastructure
- Add deadnix, nixfmt, and statix to flake inputs
- Add formatter output to flake for nix fmt support
- Add deadnix, nixfmt, statix to Home Manager packages
- Add GitHub Actions workflow for CI validation
- Add .pre-commit-config.yaml with hooks for nixfmt, deadnix, and statix
- Support x86_64-darwin in formatter
2026-03-22 18:32:20 -04:00
ac1e65d4d6 Make sure mosquitto uses updated cert 2025-06-12 11:12:50 -04:00
c9c7a26a8c Add websocket support to mosquitto 2025-06-12 11:02:25 -04:00
91d8478c9b Setup MQTT 2025-06-11 21:53:31 -04:00