mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Fix cirrus' ipv6 address
This commit is contained in:
parent
dc05d383a3
commit
a48e248079
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
networkConfig.DHCP = "no";
|
networkConfig.DHCP = "no";
|
||||||
address = [
|
address = [
|
||||||
"91.99.70.118/32"
|
"91.99.70.118/32"
|
||||||
"2a01:4f8:1c1b:ffc7:1/64"
|
"2a01:4f8:1c1b:ffc7::1/64"
|
||||||
];
|
];
|
||||||
routes = [
|
routes = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue