update
This commit is contained in:
10
modules/base/filesystems.nix
Normal file
10
modules/base/filesystems.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
boot.supportedFilesystems = [
|
||||
"exfat"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
exfat
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user