diff --git a/hosts/vm-infra/configuration.nix b/hosts/vm-infra/configuration.nix index e7ab95c..3a646f3 100644 --- a/hosts/vm-infra/configuration.nix +++ b/hosts/vm-infra/configuration.nix @@ -1,4 +1,5 @@ { + inputs, ... }: @@ -28,6 +29,7 @@ }; }; ipv6 = { + address = "${inputs.secrets.lab.network.ula.prefixBase}::6464"; router = { address = "64::ff9b::1"; };