Install NixOS on Hetzner Cloud: Difference between revisions

Bmillwood (talk | contribs)
Network configuration: my x86_64 system has enp1s0
L0b0 (talk | contribs)
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 = [ { routeConfig.Gateway = "fe80::1"; } ];
     routes = [
      { Gateway = "172.31.1.1"; }
      { Gateway = "fe80::1"; }
    ];
 
   };
   };
</syntaxhighlight>
</syntaxhighlight>