ildkule: use ip addressess from values.nix

This commit is contained in:
2023-01-21 11:45:05 +01:00
parent ecfde9f56a
commit 94fc936251
2 changed files with 4 additions and 4 deletions

View File

@@ -20,6 +20,6 @@ rec {
ildkule = {
ipv4 = "129.241.210.187";
ipv6 = "2001:700:300:1900::187";
ipv6 = "2001:700:300:1900::1:187";
};
}