onyx: bump zfs
Charlotte Som charlotte@som.codes
Wed, 15 Jul 2026 17:47:08 +0100
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
profiles/onyx/base.nix
→
profiles/onyx/base.nix
@@ -6,6 +6,7 @@ }:
{ boot.kernelPackages = unstable-pkgs.linuxPackages; boot.supportedFilesystems = [ "zfs" ]; + boot.zfs.package = unstable-pkgs.zfs; boot.zfs.forceImportRoot = false; boot.zfs.devNodes = "/dev/disk/by-id"; services.zfs.trim.enable = true;