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" ]; }