diff --git a/profiles/gui/default.nix b/profiles/gui/default.nix index 202d99fd..0cfc9164 100644 --- a/profiles/gui/default.nix +++ b/profiles/gui/default.nix @@ -16,5 +16,6 @@ hardware.opengl.extraPackages = with pkgs; [ libvdpau-va-gl ]; services.tumbler.enable = true; + boot.supportedFilesystems = [ "exfat" ]; deploy.profile.gui = true; }