diff --git a/common/base-hardware.nix b/common/base-hardware.nix index 19d2cda..80290ea 100644 --- a/common/base-hardware.nix +++ b/common/base-hardware.nix @@ -7,6 +7,7 @@ allowDiscards = true; }; }; + boot.supportedFilesystems = [ "ntfs" ]; boot.kernelPackages = pkgs.linuxPackages_latest; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;