forked from Zynh0722/permafrost
nginx: use production lets encrypt
This commit is contained in:
parent
0eb63c5e9b
commit
5844a29c7e
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
{
|
{
|
||||||
permafrost.nyazoom.enable = true;
|
permafrost.nyazoom.enable = true;
|
||||||
permafrost.nginx.enableACME = true;
|
permafrost.nginx.enableACME = true;
|
||||||
|
permafrost.nginx.useStagingServer = false;
|
||||||
|
|
||||||
networking.hostName = "permafrost"; # Define your hostname.
|
networking.hostName = "permafrost"; # Define your hostname.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue