update pi5 kernel

This commit is contained in:
mjallen18
2025-06-11 12:51:27 -05:00
parent 0fc08dfffc
commit f9145ee0f5
3 changed files with 4 additions and 2 deletions

View File

@@ -22,9 +22,11 @@ in
nix = {
settings = {
substituters = [
"https://nixos-raspberrypi.cachix.org"
"https://cache.mjallen.dev"
];
trusted-public-keys = [
"nixos-raspberrypi.cachix.org-1:4iMO9LXa8BqhU+Rpg6LQKiGa2lsNh/j2oiYLNOQ5sPI="
"cache.mjallen.dev-1:IzFmKCd8/gggI6lcCXsW65qQwiCLGFFN9t9s2iw7Lvc="
];
};

View File

@@ -1,6 +1,6 @@
{ pkgs, lib, ... }:
let
kernelBundle = pkgs.linuxAndFirmware.v6_6_31;
kernelBundle = pkgs.linuxAndFirmware.latest;
in
{
boot = {

View File

@@ -3,7 +3,7 @@
services = {
xserver.desktopManager.gnome.enable = true;
shairport-sync = {
enable = true;
enable = false;
openFirewall = true;
settings = {
general = {