diff --git a/hosts/fra1-b/configuration.nix b/hosts/fra1-b/configuration.nix index 4843b52..07dfdab 100644 --- a/hosts/fra1-b/configuration.nix +++ b/hosts/fra1-b/configuration.nix @@ -6,7 +6,6 @@ in imports = [ (modulesPath + "/profiles/qemu-guest.nix") ]; boot = { - kernelModules = [ "kvm-intel" ]; loader.systemd-boot.enable = true; initrd = { kernelModules = [ "usb_storage" ];