Keep vm02116's specificities documented

This commit is contained in:
Nicolas Jeannerod 2024-11-21 11:57:26 +01:00
parent 7c8b26c07c
commit 8a075bb837
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8
2 changed files with 4 additions and 1 deletions

View file

@ -17,7 +17,6 @@
"virtio_scsi"
"sd_mod"
"sr_mod"
"xen_blkfront"
];
kernelModules = [ "dm-snapshot" ];
};

View file

@ -36,6 +36,10 @@
subversion
];
## 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" ];
services.xe-guest-utilities.enable = true;
# This option defines the first version of NixOS you have installed on this particular machine,