mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
hosts/rinnosuke: fix builds?
This commit is contained in:
parent
cea68a6938
commit
f2547ecc16
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ in
|
|||
useDHCP = true;
|
||||
ipv6 = {
|
||||
addresses = [{
|
||||
address = addr_ipv6_nix;
|
||||
address = config.network.addresses.public.ipv6.address;
|
||||
prefixLength = 64;
|
||||
}];
|
||||
routes = [{
|
||||
|
|
@ -45,7 +45,7 @@ in
|
|||
addresses = {
|
||||
public = {
|
||||
enable = true;
|
||||
ipv6.address = addr_ipv6_nix;
|
||||
ipv6.address = mkIf (tf.state.resources ? ${tf.resources.${config.networking.hostName}.out.reference}) addr_ipv6_nix;
|
||||
};
|
||||
};
|
||||
firewall.public.interfaces = singleton "ens3";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue