This commit is contained in:
2025-09-24 15:43:31 +03:00
parent b3b4fb0198
commit b163f27e96
2 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -4,14 +4,9 @@
}: }:
{ {
imports = [ imports = [
#./cloudflared.nix
# ./open-webui.nix
../software/beets ../software/beets
./calibre-web.nix ./calibre-web.nix
# ./memos.nix
# ./trilium.nix
./immich.nix ./immich.nix
# ./mealie.nix
./miniflux.nix ./miniflux.nix
./nextcloud.nix ./nextcloud.nix
./nginx.nix ./nginx.nix
@@ -20,6 +15,11 @@
./syncthing.nix ./syncthing.nix
./systemd.nix ./systemd.nix
./transmission.nix ./transmission.nix
# ./mealie.nix
# ./memos.nix
# ./open-webui.nix
# ./trilium.nix
# ./zerotier.nix # ./zerotier.nix
#./cloudflared.nix
]; ];
} }
+2 -2
View File
@@ -90,10 +90,10 @@ in
''; '';
}; };
"llm.zeroq.ru" = { "llm.zeroq.ru" = {
addSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/" = { locations."/" = {
proxyPass = "http://atoridu.laxta-platy.ts.net:11112"; proxyPass = "http://100.86.62.4:11112";
proxyWebsockets = true; proxyWebsockets = true;
}; };
}; };