summaryrefslogtreecommitdiff
path: root/machines/pump.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/pump.nix')
-rw-r--r--machines/pump.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/machines/pump.nix b/machines/pump.nix
index 4fbada2..87198db 100644
--- a/machines/pump.nix
+++ b/machines/pump.nix
@@ -36,10 +36,6 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
- boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" "sdhci_pci" ];
- boot.initrd.kernelModules = [ ];
- boot.kernelModules = [ "kvm-intel" ];
- boot.extraModulePackages = [ ];
boot.supportedFilesystems = [ "zfs" ];
boot.zfs.forceImportRoot = false;
@@ -48,6 +44,7 @@
fileSystems."/data" =
{ device = "zpool/data";
fsType = "zfs";
+ neededForBoot = true;
};
fileSystems."/" =