Install NixOS on Hetzner Cloud: Difference between revisions

imported>Mweinelt
Network configuration: Recommend a networkd based configuration
imported>Mweinelt
Network configuration: Recommend a networkd based configuration
Line 70: Line 70:
       { routeConfig = { Gateway = "172.31.1.1"; GatewayOnLink = true; }; }
       { routeConfig = { Gateway = "172.31.1.1"; GatewayOnLink = true; }; }
     ];
     ];
   }
   };
</syntaxhighlight>
</syntaxhighlight>