fix missing string conversation

This commit is contained in:
Daniel Poelzleithner 2021-11-10 22:58:17 +01:00
parent cbf226f3a5
commit 7f800810ad
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ in
data = "1 1 6789 ${host}";
}) cephMonServers ++
lib.lists.imap0 (i: host: {
name = "mon${i}";
name = "mon${toString i}";
type = "CNAME";
data = "${host}";
}) cephMonServers;