all repos — char/flake @ a266522d7884322d03ca676c535f353b01de1502

Unnamed repository; edit this file 'description' to name the repository.

onyx: bump zfs
Charlotte Som charlotte@som.codes
Wed, 15 Jul 2026 17:47:08 +0100
commit

a266522d7884322d03ca676c535f353b01de1502

parent

68ab90bfbeee418618517ca17f1f321972b027e7

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M profiles/onyx/base.nixprofiles/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;