diff --git a/hosts/tohru/configuration.nix b/hosts/tohru/configuration.nix index 637d9cb..845a558 100644 --- a/hosts/tohru/configuration.nix +++ b/hosts/tohru/configuration.nix @@ -27,6 +27,9 @@ sound.enable = true; hardware.pulseaudio.enable = true; + # USB drives + boot.supportedFilesystems = [ "ntfs" ]; + hardware.enableAllFirmware = true; services.fwupd.enable = true; services.fstrim.enable = true;