fix: hetzner: newer servers generation

This commit is contained in:
2026-06-10 15:39:05 +00:00
parent 7f7229b199
commit 6996d178ef
2 changed files with 49 additions and 15 deletions
+5 -5
View File
@@ -16,11 +16,11 @@
hectic = {
archetype.dev.enable = true;
hardware.hetzner-cloud = {
enable = true;
device = "/dev/sda";
networkMatchConfigName = "eth0";
ipv4 = "46.225.237.218";
ipv6 = "2a01:4f8:c2c:3b14";
enable = true;
device = "/dev/sda";
networkMatchConfigMac = "92:00:08:4a:b0:32";
ipv4 = "46.225.237.218";
ipv6 = "2a01:4f8:c2c:3b14";
};
};