mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
nginx xz?
This commit is contained in:
+12
-12
@@ -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,17 +71,17 @@ 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";
|
||||||
# dnsResolver = "1.1.1.1";
|
# dnsResolver = "1.1.1.1";
|
||||||
# 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