1
0

Add ntfs-3g to supported filesystems

This commit is contained in:
dump_stack() 2021-05-05 09:19:19 +00:00
parent dd96f8296a
commit 7d6c6ed732
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC

View File

@ -51,6 +51,7 @@ in {
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.tmpOnTmpfs = true;
boot.supportedFilesystems = [ "ntfs" ];
system.stateVersion = "20.09";