add exfat support
This commit is contained in:
parent
7ed27bc204
commit
65f5be596b
@ -79,6 +79,9 @@
|
||||
password = if config.virtualisation != null then "" else null;
|
||||
};
|
||||
|
||||
system.fsPackages = [ pkgs.ntfs3g ];
|
||||
system.fsPackages = with pkgs; [
|
||||
ntfs3g
|
||||
exfat
|
||||
];
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user