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="
];
};