retire pi4

This commit is contained in:
mjallen18
2026-02-19 18:47:05 -06:00
parent d7958927b5
commit 0d835df1aa
23 changed files with 852 additions and 936 deletions

View File

@@ -1,10 +1,15 @@
{ lib, pkgs, namespace, ... }:
let
{
lib,
pkgs,
namespace,
...
}:
let
plymouthTheme = pkgs.kdePackages.breeze-plymouth.override {
logoName = "apple";
logoFile = ./apple.png;
};
in
in
{
# Use the systemd-boot EFI boot loader.
boot = {

View File

@@ -41,12 +41,12 @@
];
};
specialisation = {
"linux-latest".configuration = {
boot = {
kernelPackages = lib.mkOverride 90 pkgs.${namespace}.linuxPackages_rpi5-latest;
specialisation = {
"linux-latest".configuration = {
boot = {
kernelPackages = lib.mkOverride 90 pkgs.${namespace}.linuxPackages_rpi5-latest;
# loader.systemd-boot.installDeviceTree = true;
};
};
# hardware.deviceTree = {
# enable = true;
# package = lib.mkForce pkgs.${namespace}.linuxPackages_rpi5-lts.kernel;
@@ -57,8 +57,8 @@
# inherit (config.boot.loader.systemd-boot) sortKey;
# devicetree = "./bcm2712-rpi-5-b.dtb";
# };
};
};
};
};
${namespace}.hardware.raspberry-pi.config = {
# extra-config = {

View File

@@ -85,7 +85,7 @@
mysql = {
enable = true;
package = pkgs.mariadb; # explicit MariaDB package
dataDir ="/media/nas/main/databases/mariadb";
dataDir = "/media/nas/main/databases/mariadb";
settings.mysqld = {
bind-address = "0.0.0.0";
port = 3306;