diff --git a/system/profile/pc.nix b/system/profile/pc.nix index 498497d..17cb3d8 100644 --- a/system/profile/pc.nix +++ b/system/profile/pc.nix @@ -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;