summaryrefslogtreecommitdiff
path: root/hosts/microwave
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/microwave')
-rw-r--r--hosts/microwave/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/microwave/configuration.nix b/hosts/microwave/configuration.nix
index 35f9856..c3814a5 100644
--- a/hosts/microwave/configuration.nix
+++ b/hosts/microwave/configuration.nix
@@ -36,6 +36,7 @@
};
};
supportedFilesystems = [ "zfs" ];
+ kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages;
kernelParams = [ "nohibernate" ];
zfs.devNodes = "/dev/";
plymouth.enable = false;