diff --git a/profiles/nixos/vm.nix b/profiles/nixos/vm.nix index c68573b..6246162 100644 --- a/profiles/nixos/vm.nix +++ b/profiles/nixos/vm.nix @@ -70,17 +70,6 @@ in "sd_mod" "sr_mod" ]; - boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ]; - boot.extraModulePackages = [ ]; - hardware.cpu.intel.updateMicrocode = true; - - # Swapfile - swapDevices = [ - { - device = "/var/lib/swapfile"; - size = 6 * 1024; - } - ]; }; }