skrott: yeet 700MB worth of firmware, leave raspberry-specific firmware be
All checks were successful
Build topology graph / evals (push) Successful in 3m23s
Eval nix flake / evals (push) Successful in 7m21s

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

View File

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