Try again to enable mysql

This commit is contained in:
Lillian Violet 2024-08-17 14:49:52 +02:00
parent caa3d25659
commit b17fea860a

View file

@ -15,7 +15,7 @@
acme.enable = true; acme.enable = true;
database = { database = {
type = "mysql"; type = "mysql";
# createLocally = true; createLocally = true;
passwordFile = config.sops.secrets."writefreelymysql".path; passwordFile = config.sops.secrets."writefreelymysql".path;
}; };
admin = { admin = {