From ee74ddbfec082aea42581dc7e09764f34a6936d9 Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Sun, 30 Aug 2026 10:25:01 -0300 Subject: [PATCH] hosts/merope: switch to mainline Linux --- hosts/nixos/merope/hardware-configuration.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/hosts/nixos/merope/hardware-configuration.nix b/hosts/nixos/merope/hardware-configuration.nix index 63a99563..50a5909d 100644 --- a/hosts/nixos/merope/hardware-configuration.nix +++ b/hosts/nixos/merope/hardware-configuration.nix @@ -12,6 +12,8 @@ ]; boot = { + # The server does not use the Pi vendor media interfaces. + kernelPackages = pkgs.linuxPackages; initrd = { availableKernelModules = ["xhci_pci"]; }; @@ -149,13 +151,7 @@ }; }; - hardware.raspberry-pi."4" = { - i2c1.enable = true; - fkms-3d = { - enable = true; - cma = 1024; - }; - }; + hardware.raspberry-pi."4".i2c1.enable = true; hardware.graphics.enable = true; # Avoiding some heavy IO