kernel: default to zfs-enabled

This commit is contained in:
2024-03-06 10:37:59 +02:00
parent f5edd23253
commit f67a9f7438
2 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
{
self,
lib,
pkgs,
modulesPath,
...
}: {
@@ -30,8 +29,6 @@
makeUsbBootable = true; # USB booting
};
boot.kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages;
swapDevices = [];
services = {