mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
oracle nodes: Fix buildability
This commit is contained in:
parent
b154039b72
commit
d0e82242d5
3 changed files with 2 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
hostName = "mail.${config.network.dns.domain}";
|
||||
};
|
||||
|
||||
|
||||
deploy.tf.dns.records.services_roundcube = {
|
||||
inherit (config.network.dns) zone;
|
||||
domain = "mail";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue