onyx: don't use latest kernel no 7.0 for zfs in nixpkgs yet :(
Charlotte Som charlotte@som.codes
Fri, 08 May 2026 13:14:53 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
profiles/onyx/base.nix
→
profiles/onyx/base.nix
@@ -4,7 +4,7 @@ unstable-pkgs,
... }: { - boot.kernelPackages = unstable-pkgs.linuxPackages_latest; + boot.kernelPackages = unstable-pkgs.linuxPackages; boot.supportedFilesystems = [ "zfs" ]; boot.zfs.forceImportRoot = false; boot.zfs.devNodes = "/dev/disk/by-id";