2ed5a3390e
Signed-off-by: Jacob Hrbek <kreyren@fsfe.org>
9 lines
273 B
Plaintext
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 ];
|
|
} |