nyxtumops/domains/openvolt.tk/services/named/unbound.wip
Jacob Hrbek 8cc1197dda Alpha release on request
Signed-off-by: Jacob Hrbek <kreyren@fsfe.org>
2021-09-05 08:02:09 +02:00

9 lines
273 B
Plaintext

# FIXME(Krey): Set up serial of SOA setting by the DNS server
{ lib, config, dns }:
let
inherit (lib) optional;
in {
# FIXME-QA(Krey): Duplicate code in global bind config
networking.firewall.allowedTCPPorts = lib.optional config.services.unbound.enable [ 53 ];
}