From c109d8e7e70857b5bf271cdeae2e3becec94651e Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Tue, 21 Jan 2025 17:59:23 +0000 Subject: [PATCH] kilgharrah: explicitly enable zfs userspace utils this has occasionally come in handy while shuffling drives around --- hosts/kilgharrah/filesystems.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/kilgharrah/filesystems.nix b/hosts/kilgharrah/filesystems.nix index dbafb05..9ebc758 100644 --- a/hosts/kilgharrah/filesystems.nix +++ b/hosts/kilgharrah/filesystems.nix @@ -89,5 +89,5 @@ # Other - boot.supportedFilesystems = [ "ntfs" ]; # for USB drives + boot.supportedFilesystems = [ "ntfs" "zfs" ]; }