summaryrefslogtreecommitdiff
path: root/machines/pump.nix
diff options
context:
space:
mode:
authorMike Vink <mike@pionative.com>2024-05-25 10:20:12 +0200
committerMike Vink <mike@pionative.com>2024-05-25 10:20:33 +0200
commiteb8e0fa7ccdc2b8b28b344b18ef2f081553f91e9 (patch)
treeac221430329c9ccfddb420770bc4afee6072b0a7 /machines/pump.nix
parentd91e0da1605e150190b3e452b53cdf10087dba77 (diff)
add vps again
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."/" =