This commit is contained in:
2026-04-01 16:46:22 +02:00
parent 50a12030b3
commit edee55fb07
2 changed files with 10 additions and 5 deletions
+5
View File
@@ -74,5 +74,10 @@ in
algorithm = "zstd";
};
services.mysql = {
enable = true;
package = pkgs.mariadb;
};
system.stateVersion = "25.11";
}