2024-11-18 10:48:16 +01:00
|
|
|
{
|
2024-11-20 15:07:09 +01:00
|
|
|
imports = [ ../common ];
|
|
|
|
|
|
|
|
procolix.vm = {
|
|
|
|
name = "vm02116";
|
|
|
|
ip4 = "185.206.232.34";
|
|
|
|
ip6 = "2a00:51c0:12:1201::20";
|
|
|
|
};
|
2024-11-18 10:48:16 +01:00
|
|
|
|
2024-11-21 11:57:26 +01:00
|
|
|
## vm02116 is running on old hardware based on a Xen VM environment, so it
|
|
|
|
## needs these extra options. Once the VM gets moved to a newer node, these
|
|
|
|
## two options can safely be removed.
|
|
|
|
boot.initrd.availableKernelModules = [ "xen_blkfront" ];
|
2024-11-20 15:04:48 +01:00
|
|
|
services.xe-guest-utilities.enable = true;
|
2024-11-18 10:48:16 +01:00
|
|
|
}
|