From f31b06f698c020247103460617e4ce0968ef0562 Mon Sep 17 00:00:00 2001 From: JuliusFreudenberger Date: Sun, 8 Jun 2025 01:09:25 +0200 Subject: [PATCH] Enable hardware.enableRedistributableFirmware --- hosts/julius-framework/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/julius-framework/default.nix b/hosts/julius-framework/default.nix index a71af74..a2910bd 100644 --- a/hosts/julius-framework/default.nix +++ b/hosts/julius-framework/default.nix @@ -49,6 +49,8 @@ ]; }; + hardware.enableRedistributableFirmware = true; + # Bootloader. boot = { loader = {