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

@@ -4,14 +4,16 @@
imports =
[
./hardware-configuration.nix
../../configuration/hetzner-cloud
./mailcow.nix
];
profiles.clerie.hetzner-cloud.enable = true;
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda";
networking.useDHCP = false;
networking.interfaces.ens3.ipv6.addresses = [ { address = "2a01:4f8:1c1c:9577::1"; prefixLength = 64; } ];
networking.interfaces.ens3.ipv4.addresses = [ { address = "5.75.187.112"; prefixLength = 32; } ];