mysql doesn't want to cooperate, let's try sqlite for now
This commit is contained in:
parent
d54ba8432a
commit
5854b7cb85
|
@ -14,9 +14,9 @@
|
|||
nginx.forceSSL = true;
|
||||
acme.enable = true;
|
||||
database = {
|
||||
type = "mysql";
|
||||
createLocally = true;
|
||||
passwordFile = config.sops.secrets."writefreelymysql".path;
|
||||
# type = "mysql";
|
||||
# createLocally = true;
|
||||
# passwordFile = config.sops.secrets."writefreelymysql".path;
|
||||
};
|
||||
admin = {
|
||||
initialPasswordFile = config.sops.secrets."writefreely".path;
|
||||
|
|
Loading…
Reference in a new issue