ntfs support

This commit is contained in:
Tao Tien 2023-08-06 04:08:26 -07:00
parent 403ebf29cd
commit bf1e9728bf

View file

@ -52,6 +52,8 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.timeout = 0;
boot.supportedFilesystems = [ "ntfs" ];
networking.networkmanager.enable = true;
networking.firewall.enable = false;