nixos: Add auth DNS module (and serving from estuary)

This commit is contained in:
2022-05-22 23:24:57 +01:00
parent b504f11c6b
commit 1789d11927
6 changed files with 278 additions and 5 deletions

View File

@@ -12,5 +12,6 @@
containers = ./containers.nix;
vms = ./vms.nix;
network = ./network.nix;
pdns = ./pdns.nix;
};
}