mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
something
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user