1
0
Fork 0

Add ntfs-3g to supported filesystems

master
dump_stack() 2021-05-05 09:19:19 +00:00
parent dd96f8296a
commit 7d6c6ed732
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 0 deletions

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