1
0

hosts/clerie-backup: Move VM to different region

This commit is contained in:
2025-04-28 15:54:28 +02:00
parent dffebb92e8
commit f33b8c0cdf
3 changed files with 27 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
./restic-server.nix
];
profiles.clerie.cybercluster-vm.enable = true;
profiles.clerie.ruby-vm.enable = true;
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/vda";
@@ -16,10 +16,10 @@
systemd.network.networks."10-wan" = {
matchConfig.Name = "ens18";
address = [
"2001:638:904:ffc1::6/64"
"2a00:fe0:1:21f::a/64"
];
routes = [
{ Gateway ="2001:638:904:ffc1::1"; }
{ Gateway ="2a00:fe0:1:21f::1"; }
];
linkConfig.RequiredForOnline = "routable";
ipv6AcceptRAConfig.DHCPv6Client = "no";