From 9677ec9ce3d955b0f21d5afaebfa2cc967b799e0 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 6 Mar 2023 17:03:43 +0100 Subject: [PATCH] Re-enable zfs --- systems/x86_64-linux/kami/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64-linux/kami/default.nix b/systems/x86_64-linux/kami/default.nix index b88cbb5..afc9bc0 100644 --- a/systems/x86_64-linux/kami/default.nix +++ b/systems/x86_64-linux/kami/default.nix @@ -13,7 +13,7 @@ networking.hostName = "kami"; networking.hostId = "16c22faf"; - boot.supportedFilesystems = [ "ntfs" "btrfs" ]; + boot.supportedFilesystems = [ "ntfs" "btrfs" "zfs" ]; boot.kernelPackages = pkgs.linuxPackages_zen;