feat: add ntfs support

This commit is contained in:
Felix Schröter 2020-01-19 10:46:39 +01:00
parent f779d246bc
commit 0344e3f622
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458

View file

@ -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;