something

This commit is contained in:
2026-04-17 20:46:49 +03:00
parent da6aad4fcd
commit 58d631c0fb
+2 -2
View File
@@ -8,7 +8,7 @@ let
server = "100.64.0.0"; server = "100.64.0.0";
in in
{ {
environment.etc."nginx/pubray".text = inputs.zeroq-credentials.services.xray.auth; # environment.etc."nginx/pubray".text = inputs.zeroq-credentials.services.xray.auth;
users.users.nginx.extraGroups = [ "acme" ]; users.users.nginx.extraGroups = [ "acme" ];
services = { services = {
nginx = { nginx = {
@@ -17,7 +17,7 @@ in
recommendedOptimisation = true; recommendedOptimisation = true;
recommendedProxySettings = true; recommendedProxySettings = true;
recommendedTlsSettings = true; recommendedTlsSettings = true;
appendHttpConfig = inputs.zeroq-credentials.services.xray.maps; # appendHttpConfig = inputs.zeroq-credentials.services.xray.maps;
virtualHosts = { virtualHosts = {
# "pubray.zeroq.su" = { # "pubray.zeroq.su" = {
# enableACME = true; # enableACME = true;