mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
nginx xz?
This commit is contained in:
@@ -9,7 +9,7 @@ in
|
|||||||
{
|
{
|
||||||
services = {
|
services = {
|
||||||
nginx = {
|
nginx = {
|
||||||
enable = false;
|
enable = true;
|
||||||
recommendedGzipSettings = true;
|
recommendedGzipSettings = true;
|
||||||
recommendedOptimisation = true;
|
recommendedOptimisation = true;
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
@@ -71,9 +71,9 @@ in
|
|||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
};
|
};
|
||||||
# security.acme = {
|
security.acme = {
|
||||||
# acceptTerms = true;
|
acceptTerms = true;
|
||||||
# defaults.email = "go.bin043120@gmail.com";
|
defaults.email = "oqyude@gmail.com";
|
||||||
# certs."immich.zeroq.ru" = {
|
# certs."immich.zeroq.ru" = {
|
||||||
# email = "go.bin043120@gmail.com";
|
# email = "go.bin043120@gmail.com";
|
||||||
# dnsProvider = "cloudflare";
|
# dnsProvider = "cloudflare";
|
||||||
@@ -81,7 +81,7 @@ in
|
|||||||
# environmentFile = "${inputs.zeroq-credentials}/accounts/cloudflare.txt";
|
# environmentFile = "${inputs.zeroq-credentials}/accounts/cloudflare.txt";
|
||||||
# webroot = null; # Required in my case
|
# webroot = null; # Required in my case
|
||||||
# };
|
# };
|
||||||
# };
|
};
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
80
|
80
|
||||||
443
|
443
|
||||||
|
|||||||
Reference in New Issue
Block a user