feat(mercury): switch to pihole-ftl (declarative static leases)
- services/pihole.nix: DNS adblock + DHCP, upstream unbound, .sol domain, jupiter static lease 00:e0:4c:3c:a3:1f -> 10.0.0.20 (declarative!) - drop services/adguardhome.nix; mercury imports pihole - admin password set via 'pihole setpassword' post-boot (not in repo)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
../../common.nix # shared base: user / ssh / nix / firewall
|
||||
./secrets.nix # sops-nix: darman password (age key on boot part.)
|
||||
../../services/unbound.nix # local recursive resolver (127.0.0.1:5335)
|
||||
../../services/adguardhome.nix # DNS adblock + DHCP, forwards to unbound
|
||||
../../services/pihole.nix # DNS adblock + DHCP (declarative static leases)
|
||||
];
|
||||
|
||||
networking.hostName = "mercury";
|
||||
|
||||
Reference in New Issue
Block a user