diff --git a/applications/dns.nix b/applications/dns.nix index 05528f9..4a5e9ff 100644 --- a/applications/dns.nix +++ b/applications/dns.nix @@ -80,6 +80,12 @@ ${format_records sort_records_cname 31} ; ------------------------------------------ ${format_records (filter_records_type "TXT") 29} +; ------------------------------------------ +; SRV +; ------------------------------------------ +${format_records (filter_records_type "SRV") 29} + + '' ); @@ -283,7 +289,7 @@ in { type = str; }; r_type = lib.mkOption { - type = enum ["A" "CNAME" "TXT" "PTR"]; + type = enum ["A" "CNAME" "TXT" "PTR" "SRV"]; }; value = lib.mkOption { type = str;