knot + rfc2136

This commit is contained in:
kat witch 2021-08-30 22:34:38 +01:00
parent bf369e6496
commit bbdc56ab5d
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
4 changed files with 16 additions and 13 deletions

View file

@ -7,7 +7,7 @@ with lib;
network.dns.dynamic = mkEnableOption "Enable Glauca Dynamic DNS Updater";
};
config = mkIf (config.network.dns.dynamic) {
config = mkIf (false) {
kw.secrets = [
"hexdns-key"
"hexdns-secret"