1
0

profiles/hetzner-cloud: Migrate Hetzner VMs to Hetzner Cloud profile

This commit is contained in:
2025-03-13 18:46:11 +01:00
parent ec6390be3f
commit 8eaf11fb57
6 changed files with 38 additions and 15 deletions

View File

@@ -1,8 +0,0 @@
{ ... }:
{
networking.useDHCP = false;
networking.defaultGateway6 = { address = "fe80::1"; interface = "ens3"; };
networking.defaultGateway = { address = "172.31.1.1"; interface = "ens3"; };
networking.nameservers = [ "2a01:4ff:ff00::add:2" "2a01:4ff:ff00::add:1" "185.12.64.2" "185.12.64.1" ];
}