diff --git a/nix/nas/configuration.nix b/nix/nas/configuration.nix index 25ff584..a629c51 100644 --- a/nix/nas/configuration.nix +++ b/nix/nas/configuration.nix @@ -43,7 +43,7 @@ systemd-boot.enable = true; efi.canTouchEfiVariables = true; }; - supportedFilesystems = ["zfs"]; + supportedFilesystems = ["zfs" "ntfs"]; kernelModules = ["coretemp" "kvm-amd" "it87"]; zfs.extraPools = ["tank"]; };