about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2015-12-18 16:23:26 +0100
committerProfpatsch <mail@profpatsch.de>2015-12-18 16:23:26 +0100
commitfaddf85360aa73f9fa8a95c6cdea04057da952fd (patch)
tree69f5f97ad7e2450ce3a69d8a4207e98f23dad1eb /machines
parent12038943a04ccaf800771362b304d1a275f117e6 (diff)
katara: remove some boot config
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/katara.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 93f1ff54..1d84cf51 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -12,8 +12,7 @@ in {
     #########
     # Kernel
 
-    boot.initrd.availableKernelModules = [ "uhci_hcd" "ehci_pci" "ahci" "firewire_ohci" ];
-    boot.kernelModules = [ "kvm-intel" ];
+    boot.initrd.availableKernelModules = [ "uhci_hcd" "ehci_pci" "ahci" ];
     boot.loader.grub.enable = true;
     boot.loader.grub.version = 2;
     boot.loader.grub.device = "/dev/sda";