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 = [