From b163f27e96fc9c853b4178c93939f6c205dc888d Mon Sep 17 00:00:00 2001 From: oqyude Date: Wed, 24 Sep 2025 15:43:31 +0300 Subject: [PATCH] 123 --- nixosModules/server/default.nix | 10 +++++----- nixosModules/vds/nginx.nix | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nixosModules/server/default.nix b/nixosModules/server/default.nix index edc7c6d..ca269f3 100755 --- a/nixosModules/server/default.nix +++ b/nixosModules/server/default.nix @@ -4,14 +4,9 @@ }: { imports = [ - #./cloudflared.nix - # ./open-webui.nix ../software/beets ./calibre-web.nix - # ./memos.nix - # ./trilium.nix ./immich.nix - # ./mealie.nix ./miniflux.nix ./nextcloud.nix ./nginx.nix @@ -20,6 +15,11 @@ ./syncthing.nix ./systemd.nix ./transmission.nix + # ./mealie.nix + # ./memos.nix + # ./open-webui.nix + # ./trilium.nix # ./zerotier.nix + #./cloudflared.nix ]; } diff --git a/nixosModules/vds/nginx.nix b/nixosModules/vds/nginx.nix index d04c6d5..b280b73 100755 --- a/nixosModules/vds/nginx.nix +++ b/nixosModules/vds/nginx.nix @@ -90,10 +90,10 @@ in ''; }; "llm.zeroq.ru" = { - addSSL = true; + forceSSL = true; enableACME = true; locations."/" = { - proxyPass = "http://atoridu.laxta-platy.ts.net:11112"; + proxyPass = "http://100.86.62.4:11112"; proxyWebsockets = true; }; };