Install NixOS on Hetzner Cloud: Difference between revisions
→Network configuration: my x86_64 system has enp1s0 |
Add gateway to be able to reach out with IPv4 |
||
| Line 247: | Line 247: | ||
"2a01:4f8:aaaa:bbbb::1/64" | "2a01:4f8:aaaa:bbbb::1/64" | ||
]; | ]; | ||
routes = [ { | routes = [ | ||
{ Gateway = "172.31.1.1"; } | |||
{ Gateway = "fe80::1"; } | |||
]; | |||
}; | }; | ||
</syntaxhighlight> | </syntaxhighlight> | ||