about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2022-08-03 19:37:24 +0200
committeraszlig <aszlig@nix.build>2022-08-03 19:37:24 +0200
commit3f933a56e4cb739f5d14ab534582fba450be8c06 (patch)
tree6eb59001a8628c45e1c818a862b04f66082eccef /machines
parent9edc3fd47967a7dd98ab8f5e50b5ac0906532ad9 (diff)
slylandro: Add linux-firmware
This is needed for the GPU and the WiFi adapter.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/slylandro.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/aszlig/slylandro.nix b/machines/aszlig/slylandro.nix
index 1bcb7da8..8a28b393 100644
--- a/machines/aszlig/slylandro.nix
+++ b/machines/aszlig/slylandro.nix
@@ -23,6 +23,7 @@
   };
 
   hardware.cpu.amd.updateMicrocode = true;
+  hardware.firmware = [ pkgs.linux-firmware ];
 
   hardware.video.hidpi.enable = true;
   services.xserver.dpi = 188;