flock/hosts/lxc/technitium.nix
2025-07-08 22:26:33 +08:00

7 lines
124 B
Nix

{
# Enable Technitium DNS server.
services.technitium-dns-server = {
enable = true;
openFirewall = true;
};
}