forked from CCCHH/nix-infra
esphome: set new v6 address
This commit is contained in:
parent
2c3b785489
commit
2395748e7a
1 changed files with 3 additions and 3 deletions
|
@ -11,14 +11,14 @@
|
|||
];
|
||||
ipv6.addresses = [
|
||||
{
|
||||
address = "2a07:c481:1:2::66";
|
||||
address = "2a07:c481:1:d0::66";
|
||||
prefixLength = 64;
|
||||
}
|
||||
];
|
||||
};
|
||||
defaultGateway = "10.31.208.1";
|
||||
defaultGateway6 = "2a07:c481:1:2::66";
|
||||
nameservers = [ "10.31.208.1" "2a07:c481:1:2::66" ];
|
||||
defaultGateway6 = "2a07:c481:1:d0::1";
|
||||
nameservers = [ "10.31.208.1" "2a07:c481:1:d0::1" ];
|
||||
search = [ "z9.ccchh.net" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue