forked from Fediversity/Fediversity
Keep vm02116's specificities documented
This commit is contained in:
parent
7c8b26c07c
commit
8a075bb837
|
@ -17,7 +17,6 @@
|
|||
"virtio_scsi"
|
||||
"sd_mod"
|
||||
"sr_mod"
|
||||
"xen_blkfront"
|
||||
];
|
||||
kernelModules = [ "dm-snapshot" ];
|
||||
};
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue