fix: small vanity thing to get teh records in a line

This commit is contained in:
silver 2023-01-18 00:20:18 +00:00
parent 1378338bb2
commit f3a3768f92

View file

@ -91,7 +91,7 @@ in {
; External addresses ; External addresses
; ------------------------------------------ ; ------------------------------------------
${lib.strings.concatMapStrings (x: x + "\n") cfg.records.external} ${lib.strings.concatMapStrings (x: x + "\n ") cfg.records.external}
; this is fixed for now ; this is fixed for now
@ -106,7 +106,7 @@ in {
; cname's ; cname's
; ------------------------------------------ ; ------------------------------------------
${lib.strings.concatMapStrings (x: x + "\n") cfg.records.cname} ${lib.strings.concatMapStrings (x: x + "\n ") cfg.records.cname}
''; '';
}; };