add dns with ip blocklist
Some checks failed
Flake check / flake-check (pull_request) Failing after 14s

This commit is contained in:
sid 2026-05-04 16:39:59 +02:00
parent 2cdb8600fb
commit a59b0277c8
2 changed files with 47 additions and 12 deletions

View file

@ -3,15 +3,11 @@ rec {
intranet = "i." + domain;
ca-fqdn = "ca." + intranet;
hosts = {
sid = {
ip = "100.64.0.6";
};
rx4 = {
ip = "100.64.0.10";
};
vde = {
ip = "100.64.0.1";
};
"16ach6".ip = "100.64.0.2";
pc.ip = "100.64.0.5";
pixel6a.ip = "100.64.0.4";
rx4.ip = "100.64.0.10";
sid.ip = "100.64.0.6";
};
services = {
docs = {