Re-enable zfs

This commit is contained in:
Johannes Jöns 2023-03-06 17:03:43 +01:00
parent 17de23f52b
commit 9677ec9ce3

View file

@ -13,7 +13,7 @@
networking.hostName = "kami";
networking.hostId = "16c22faf";
boot.supportedFilesystems = [ "ntfs" "btrfs" ];
boot.supportedFilesystems = [ "ntfs" "btrfs" "zfs" ];
boot.kernelPackages = pkgs.linuxPackages_zen;