feat: add ntfs support
This commit is contained in:
parent
f779d246bc
commit
0344e3f622
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue