update packages

This commit is contained in:
Reid 2025-03-21 23:27:11 -07:00
parent 16aaf4ea7d
commit 5c7720f462
3 changed files with 14 additions and 14 deletions

View file

@ -18,7 +18,7 @@ in {
config = mkIf cfg.enable {
services.matomo = {
enable = true;
package = pkgs.matomo-beta;
package = pkgs.matomo;
periodicArchiveProcessing = true;
hostname = cfg.domain;

View file

@ -14,7 +14,7 @@ in {
config = mkIf cfg.enable {
services.mysql = {
enable = true;
package = pkgs.mariadb_110;
package = pkgs.mariadb_114;
settings = {
mysqld = {