fix: small vanity thing to get teh records in a line
This commit is contained in:
parent
1378338bb2
commit
f3a3768f92
1 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ in {
|
|||
|
||||
; 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
|
||||
|
@ -106,7 +106,7 @@ in {
|
|||
|
||||
; cname's
|
||||
; ------------------------------------------
|
||||
${lib.strings.concatMapStrings (x: x + "\n") cfg.records.cname}
|
||||
${lib.strings.concatMapStrings (x: x + "\n ") cfg.records.cname}
|
||||
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue