diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 6c689a9..cce9cbf 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -16,7 +16,7 @@ extraGroups = ["wheel" "video" "audio" "camera" "networkmanager" "lp" "scanner" "kvm" "libvirtd" "i2c" "tty" "dialout"]; }; - boot.supportedFilesystems = ["ntfs"]; + boot.supportedFilesystems = ["ntfs" "exfat"]; # Set default shell -> move to module users.defaultUserShell = pkgs.fish;