removed security.acme in nginx to follow common acme.nix file
This commit is contained in:
parent
c9966c2f9b
commit
cc288ea260
@ -1,9 +1,6 @@
|
|||||||
{services, ...}:
|
{services, ...}:
|
||||||
|
|
||||||
{
|
{
|
||||||
security.acme.acceptTerms = true;
|
|
||||||
security.acme.email = "giupi@giugl.io";
|
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
recommendedGzipSettings = true;
|
recommendedGzipSettings = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user