Committed after system build
diff --git a/system/hardware-configuration.nix b/system/hardware-configuration.nix
index b406a77..3edf350 100644
--- a/system/hardware-configuration.nix
+++ b/system/hardware-configuration.nix
@@ -11,7 +11,7 @@
   boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "sd_mod" ];
   boot.initrd.kernelModules = [ ];
   boot.kernelModules = [ "kvm-intel" ];
-  boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
+#  boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];  # Broken in nixpkgs; seems to be mountable and usable anyway
 
   fileSystems."/" =
     { device = "/dev/disk/by-label/nixos";