mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user