skrott: yeet 700MB worth of firmware, leave raspberry-specific firmware be

This commit is contained in:
h7x4
2026-01-26 17:09:18 +09:00
parent ea6296f47a
commit ce8d759f79

View File

@@ -18,6 +18,11 @@
kernelPackages = pkgs.linuxPackages; kernelPackages = pkgs.linuxPackages;
}; };
hardware = {
enableAllHardware = lib.mkForce false;
firmware = [ pkgs.raspberrypiWirelessFirmware ];
};
# Now turn off a bunch of stuff lol # Now turn off a bunch of stuff lol
# TODO: can we reduce further? # TODO: can we reduce further?
# See also https://nixcademy.com/posts/minimizing-nixos-images/ # See also https://nixcademy.com/posts/minimizing-nixos-images/