Change mariadb port definition

This commit is contained in:
hodasemi 2025-06-19 08:23:07 +02:00
parent 0284ea30e4
commit 892d10f02b

View file

@ -49,9 +49,7 @@ in
mysql = {
enable = true;
package = pkgs.mariadb;
settings = {
port = 8000;
};
};
};
}