Urgh doesn't work still
This commit is contained in:
parent
b17fea860a
commit
a331ba6a39
|
@ -13,11 +13,11 @@
|
|||
nginx.enable = true;
|
||||
nginx.forceSSL = true;
|
||||
acme.enable = true;
|
||||
database = {
|
||||
type = "mysql";
|
||||
createLocally = true;
|
||||
passwordFile = config.sops.secrets."writefreelymysql".path;
|
||||
};
|
||||
# database = {
|
||||
# type = "mysql";
|
||||
# createLocally = true;
|
||||
# passwordFile = config.sops.secrets."writefreelymysql".path;
|
||||
# };
|
||||
admin = {
|
||||
initialPasswordFile = config.sops.secrets."writefreely".path;
|
||||
name = "GLaDTheresCake";
|
||||
|
|
Loading…
Reference in a new issue