add exfat support

This commit is contained in:
Gabriel Ebner 2018-06-10 15:07:20 +02:00
parent 7ed27bc204
commit 65f5be596b
1 changed files with 4 additions and 1 deletions

View File

@ -79,6 +79,9 @@
password = if config.virtualisation != null then "" else null;
};
system.fsPackages = [ pkgs.ntfs3g ];
system.fsPackages = with pkgs; [
ntfs3g
exfat
];
}