summary refs log tree commit diff stats
path: root/system/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'system/hardware')
-rw-r--r--system/hardware/default.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/system/hardware/default.nix b/system/hardware/default.nix
deleted file mode 100644
index 9fabafe..0000000
--- a/system/hardware/default.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{modulesPath, ...}: {
-  imports = [
-    (modulesPath + "/profiles/qemu-guest.nix")
-    (modulesPath + "/profiles/headless.nix")
-  ];
-  boot.loader.grub.device = "/dev/vda";
-  boot.initrd.availableKernelModules = ["ata_piix" "uhci_hcd" "virtio_pci" "sr_mod" "virtio_blk"];
-  boot.initrd.kernelModules = [];
-}