kilgharrah: explicitly enable zfs userspace utils

this has occasionally come in handy while shuffling drives around
This commit is contained in:
Katherina Walshe-Grey 2025-01-21 17:59:23 +00:00
parent 7fe71d559c
commit c109d8e7e7

View file

@ -89,5 +89,5 @@
# Other # Other
boot.supportedFilesystems = [ "ntfs" ]; # for USB drives boot.supportedFilesystems = [ "ntfs" "zfs" ];
} }