From 75fc28dba5783ee77cafe0d77a1750d55eebae0c Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Tue, 10 Jun 2025 14:39:01 -0500 Subject: [PATCH] pi5 --- hosts/pi5/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pi5/configuration.nix b/hosts/pi5/configuration.nix index 4d87fc5..401d080 100755 --- a/hosts/pi5/configuration.nix +++ b/hosts/pi5/configuration.nix @@ -6,7 +6,7 @@ let user = "matt"; password = config.sops.secrets."pi5/matt-password".path; - kernelBundle = pkgs.linuxAndFirmware.v6_6_31; + kernelBundle = pkgs.linuxAndFirmware.latest; in { imports = [