I might need to add the https
This commit is contained in:
parent
7fe5ec8513
commit
1fcf3ceebe
|
@ -9,7 +9,7 @@
|
||||||
sops.secrets."writefreelymysql".owner = config.users.users.writefreely.name;
|
sops.secrets."writefreelymysql".owner = config.users.users.writefreely.name;
|
||||||
services.writefreely = {
|
services.writefreely = {
|
||||||
enable = true;
|
enable = true;
|
||||||
host = "writefreely.gladtherescake.eu";
|
host = "https://writefreely.gladtherescake.eu";
|
||||||
nginx.enable = true;
|
nginx.enable = true;
|
||||||
nginx.forceSSL = true;
|
nginx.forceSSL = true;
|
||||||
acme.enable = true;
|
acme.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue