profiles/base: further wheel allows

This commit is contained in:
kat witch 2021-09-09 20:46:41 +01:00
parent 639a6fa7bb
commit 9bca2d6940
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
3 changed files with 10 additions and 8 deletions

View file

@ -92,7 +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 = mkIf tf.state.enable addr_ipv6_nix;
tf.ipv6.address = tf.resources."${config.networking.hostName}_ipv6".refAttr "ip_address";
};
};