Refactor.

This commit is contained in:
Fern Garden 2025-07-08 22:26:33 +08:00
parent 69088478f0
commit 667f337363
14 changed files with 173 additions and 164 deletions

7
hosts/lxc/technitium.nix Normal file
View file

@ -0,0 +1,7 @@
{
# Enable Technitium DNS server.
services.technitium-dns-server = {
enable = true;
openFirewall = true;
};
}