Urgh doesn't work still

This commit is contained in:
Lillian Violet 2024-08-17 14:51:47 +02:00
parent b17fea860a
commit a331ba6a39

View file

@ -13,11 +13,11 @@
nginx.enable = true; nginx.enable = true;
nginx.forceSSL = true; nginx.forceSSL = true;
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 = {
initialPasswordFile = config.sops.secrets."writefreely".path; initialPasswordFile = config.sops.secrets."writefreely".path;
name = "GLaDTheresCake"; name = "GLaDTheresCake";