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/