From 596e38ad7a9f10bfbbb03e79e166271d9e0c44ac Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sun, 14 Dec 2025 16:09:38 +0100 Subject: update zfs kernel --- hosts/minime/zfs.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'hosts/minime/zfs.nix') diff --git a/hosts/minime/zfs.nix b/hosts/minime/zfs.nix index bcc27bb..5c779c6 100644 --- a/hosts/minime/zfs.nix +++ b/hosts/minime/zfs.nix @@ -16,10 +16,6 @@ }; networking.hostId = "41ba28ff"; boot = { - kernelPackages = pkgs.linuxKernel.packages.linux_6_12; - zfs.package = pkgs.zfs_2_3; - supportedFilesystems = [ "zfs" ]; - kernelParams = [ "nohibernate" ]; plymouth.enable = false; tmp.useTmpfs = true; }; -- cgit v1.3.1