From f27638bc30abc14cc7406689a1f978ac243045f9 Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Sun, 10 Mar 2024 12:19:09 +0000 Subject: [PATCH] NAS NTFS --- nix/nas/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]; };