system/pc: enable exfat
This commit is contained in:
parent
7ecbcf497a
commit
aaef2d8a4b
@ -32,6 +32,11 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
# enable filesystems
|
||||
boot.supportedFilesystems = {
|
||||
exfat = mkDefault true;
|
||||
};
|
||||
|
||||
# probably unnecessary, this will be enabled by whatever session i use
|
||||
# Enable the X11 windowing system.
|
||||
# services.xserver.enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user