oracle nodes: Fix buildability

This commit is contained in:
kat witch 2021-09-04 19:34:44 +01:00
parent b154039b72
commit d0e82242d5
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
3 changed files with 2 additions and 3 deletions

View file

@ -93,7 +93,7 @@ in
{
enable = true;
nixos.ipv6.address = mkIf (tf.state.resources ? ${tf.resources.${config.networking.hostName}.out.reference}) addr_ipv6_nix;
tf.ipv6.address = tf.resources.rinnosuke_ipv6.refAttr "ip_address";
tf.ipv6.address = tf.resources."${config.networking.hostName}_ipv6".refAttr "ip_address";
};
};
firewall.public.interfaces = singleton interface;

View file

@ -4,7 +4,6 @@
hostName = "mail.${config.network.dns.domain}";
};
deploy.tf.dns.records.services_roundcube = {
inherit (config.network.dns) zone;
domain = "mail";

@ -1 +1 @@
Subproject commit 05050726c147903a257c03bc454250cf0cb6b997
Subproject commit 35f5ebb5b8aa58c12d9b6d55a3c45730e15192a9