diff --git a/hardware/shadowfax-kubevirt.nix b/hardware/shadowfax-kubevirt.nix index b9524a3..38104ed 100644 --- a/hardware/shadowfax-kubevirt.nix +++ b/hardware/shadowfax-kubevirt.nix @@ -3,13 +3,11 @@ imports = [ "${modulesPath}/profiles/qemu-guest.nix" ]; - boot.initrd.availableKernelModules = [ "ahci" "virtio_pci" "virtio_scsi" "sr_mod" "virtio_blk" ]; - boot.initrd.kernelModules = [ ]; - boot.extraModulePackages = []; - - swapDevices = [ ]; config = { networking.useDHCP = true; + boot.initrd.availableKernelModules = [ "ahci" "virtio_pci" "virtio_scsi" "sr_mod" "virtio_blk" ]; + boot.initrd.kernelModules = [ ]; + boot.extraModulePackages = []; }; } \ No newline at end of file