nix/os/devices: renname CFB4ED74 -> vmd32387.contaboserver.net

This is in accordance to the reverse IPv4 entry
This commit is contained in:
steveej 2019-02-03 11:55:43 +01:00
parent fdf0160458
commit b115e73ac7
6 changed files with 2 additions and 2 deletions

View file

@ -1,30 +0,0 @@
{ ... }:
let
stage1Modules = [
"aesni_intel"
"kvm-intel"
"aes_x86_64"
"virtio_balloon"
"virtio_scsi"
"virtio_net"
"virtio_pci"
"virtio_ring"
"virtio"
"scsi_mod"
];
in
{
# TASK: new device
hardware.encryptedDisk = {
enable = true;
diskId = "scsi-0QEMU_QEMU_HARDDISK_drive-scsi0";
};
boot.initrd.availableKernelModules = stage1Modules;
boot.initrd.kernelModules = stage1Modules;
boot.extraModprobeConfig = ''
'';
}