From ce8d759f79cabd65e82ed7ed8215ff10860bfa8d Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 26 Jan 2026 17:09:18 +0900 Subject: [PATCH] skrott: yeet 700MB worth of firmware, leave raspberry-specific firmware be --- hosts/skrott/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/skrott/configuration.nix b/hosts/skrott/configuration.nix index 655b642..e1d5fe1 100644 --- a/hosts/skrott/configuration.nix +++ b/hosts/skrott/configuration.nix @@ -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/