update packages
This commit is contained in:
parent
16aaf4ea7d
commit
5c7720f462
3 changed files with 14 additions and 14 deletions
|
@ -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;
|
||||
|
|
|
@ -14,7 +14,7 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
services.mysql = {
|
||||
enable = true;
|
||||
package = pkgs.mariadb_110;
|
||||
package = pkgs.mariadb_114;
|
||||
|
||||
settings = {
|
||||
mysqld = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue