From 358aa776c05cf78997fce13c0186d007caaa1ffd Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Sat, 3 Oct 2020 16:25:05 +0200 Subject: [PATCH] chore: adjust enabled firmware --- rpi4.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi4.nix b/rpi4.nix index fe56583..2efafa4 100644 --- a/rpi4.nix +++ b/rpi4.nix @@ -21,7 +21,7 @@ "console=ttyAMA0,115200" "console=tty1" ]; - hardware.enableAllFirmware = true; + hardware.enableRedistributableFirmware = true; networking.domain = "home.felschr.com";