mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 14:50:12 -04:00
Compare commits
No commits in common. "60e173662bc01258bdba3462c5f6bf8ca5f9144b" and "35dc86826465b4935a0a2221e550ba2f9dfbdab5" have entirely different histories.
60e173662b
...
35dc868264
3 changed files with 5 additions and 5 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
neovim.enable = false;
|
neovim.enable = false;
|
||||||
vim.enable = true;
|
vim.enable = true;
|
||||||
tmux.enable = false;
|
tmux.enable = false;
|
||||||
|
utils.dev.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -78,7 +78,6 @@ in
|
||||||
recommendedGzipSettings = true;
|
recommendedGzipSettings = true;
|
||||||
eventsConfig = "worker_connections 4096;";
|
eventsConfig = "worker_connections 4096;";
|
||||||
|
|
||||||
|
|
||||||
# Catch-all default - friendly error for unknown subdomains
|
# Catch-all default - friendly error for unknown subdomains
|
||||||
virtualHosts."_" = {
|
virtualHosts."_" = {
|
||||||
default = true;
|
default = true;
|
||||||
|
|
@ -138,9 +137,9 @@ in
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
# MCP servers (same-origin with the web UI to avoid CORS)
|
# MCP servers (namespaced, for llama.cpp web UI + direct access)
|
||||||
locations."= /mcp/web-search" = {
|
locations."/mcp/web_search/" = {
|
||||||
proxyPass = "http://192.168.0.23:8002/mcp";
|
proxyPass = "http://192.168.0.23:8002/";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
include ${config.sops.templates."nginx-mcp-auth.conf".path};
|
include ${config.sops.templates."nginx-mcp-auth.conf".path};
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
nginx = {
|
nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
sandpack.enable = false;
|
sandpack.enable = true;
|
||||||
forgejo.enable = true;
|
forgejo.enable = true;
|
||||||
frigate.enable = true;
|
frigate.enable = true;
|
||||||
immich.enable = true;
|
immich.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue