Remove zfs

This commit is contained in:
Johannes Jöns 2023-03-05 01:31:27 +01:00
parent d538340173
commit 37279b3ac2

View file

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