treewide format

This commit is contained in:
TheWanderingCrow 2026-04-04 22:59:23 -04:00
parent 653eb2d606
commit b346790feb
31 changed files with 150 additions and 104 deletions

View file

@ -1,6 +1,6 @@
{
services.mysql = {
enable = true;
package = pkgs.mariadb_118;
};
services.mysql = {
enable = true;
package = pkgs.mariadb_118;
};
}