From e881ef59fb430145d476c6e1967143b25b536507 Mon Sep 17 00:00:00 2001 From: kat witch Date: Thu, 9 Sep 2021 01:30:02 +0100 Subject: [PATCH] profiles/hardware/oracle: forgot to uncomment --- config/profiles/hardware/oracle/common.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/profiles/hardware/oracle/common.nix b/config/profiles/hardware/oracle/common.nix index cd040f41..c2deb6cf 100644 --- a/config/profiles/hardware/oracle/common.nix +++ b/config/profiles/hardware/oracle/common.nix @@ -92,8 +92,7 @@ in in { enable = true; - #nixos.ipv6.address = mkIf (tf.state.resources ? ${tf.resources.${config.networking.hostName}.out.reference}) addr_ipv6_nix; - nixos.ipv6.address = addr_ipv6_nix; + nixos.ipv6.address = mkIf (tf.state.resources ? ${tf.resources.${config.networking.hostName}.out.reference}) addr_ipv6_nix; tf.ipv6.address = tf.resources."${config.networking.hostName}_ipv6".refAttr "ip_address"; }; };