diff options
| author | Mel <mel@rnrd.eu> | 2025-04-27 17:21:42 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-04-27 17:21:42 +0200 |
| commit | 15aed91a5979a4a27c4b0d343b92a7fd6dc9c21a (patch) | |
| tree | fc32c8944db466a8411ac87bf5dc982a1a043f88 /machines | |
| parent | 91df1f208c71c60dfaa457f2faf0ad4d2836b2ce (diff) | |
| download | network-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.nix | 3 |
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; |
