summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-04-27 17:21:42 +0200
committerMel <mel@rnrd.eu>2025-04-27 17:21:42 +0200
commit15aed91a5979a4a27c4b0d343b92a7fd6dc9c21a (patch)
treefc32c8944db466a8411ac87bf5dc982a1a043f88 /machines
parent91df1f208c71c60dfaa457f2faf0ad4d2836b2ce (diff)
downloadnetwork-15aed91a5979a4a27c4b0d343b92a7fd6dc9c21a.tar.zst
network-15aed91a5979a4a27c4b0d343b92a7fd6dc9c21a.zip
Use device specific kernel (rpi4) on fourmi
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines')
-rw-r--r--machines/fourmi/devices.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/fourmi/devices.nix b/machines/fourmi/devices.nix
index 82342af..b255db0 100644
--- a/machines/fourmi/devices.nix
+++ b/machines/fourmi/devices.nix
@@ -1,5 +1,6 @@
 {
   config,
+  pkgs,
   lib,
   nixos-hardware,
   ...
@@ -14,6 +15,8 @@
 
   # boot settings
   boot = {
+    kernelPackages = lib.mkForce pkgs.linuxPackages_rpi4;
+
     loader = {
       grub.enable = false;
       generic-extlinux-compatible.enable = true;