Compare commits
No commits in common. "6297b9ce37fba14ccbe16fe4a2772fba40ac7763" and "3154607c4d51297da5e3ebed893cd0c84bf74f83" have entirely different histories.
6297b9ce37
...
3154607c4d
2 changed files with 5 additions and 34 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -5199,11 +5199,11 @@
|
||||||
"stylix": "stylix_6"
|
"stylix": "stylix_6"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1779122723,
|
"lastModified": 1778016348,
|
||||||
"narHash": "sha256-hEL93URxv2e1vhKxA++m0rszGgZUmWKKPFxa4t1LIi4=",
|
"narHash": "sha256-C8PtC95r1KJync8qDEroIont1VT8tiwsjonYjwGLhbY=",
|
||||||
"ref": "release-25.11",
|
"ref": "release-25.11",
|
||||||
"rev": "7d73c46b94fa6a7562b7b3ef300f39aa71734d26",
|
"rev": "8ad8b1f633f6c3875032a0ead0e87255dff4ab3c",
|
||||||
"revCount": 85,
|
"revCount": 57,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.sid.ovh/sid/synix.git"
|
"url": "https://git.sid.ovh/sid/synix.git"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -2,19 +2,12 @@
|
||||||
inputs,
|
inputs,
|
||||||
constants,
|
constants,
|
||||||
config,
|
config,
|
||||||
lib,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
|
||||||
inherit (lib) getExe;
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ inputs.synix.nixosModules.open-webui-oci ];
|
||||||
inputs.synix.nixosModules.open-webui-oci
|
|
||||||
inputs.synix.nixosModules.mcpo
|
|
||||||
];
|
|
||||||
|
|
||||||
services.open-webui-oci = {
|
services.open-webui-oci = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -28,28 +21,6 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.mcpo = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.synix.mcpo;
|
|
||||||
port = 8765;
|
|
||||||
settings = {
|
|
||||||
mcpServers = {
|
|
||||||
# fetcher-mcp = {
|
|
||||||
# command = getExe pkgs.synix.fetcher-mcp;
|
|
||||||
# url = "http://127.0.0.1:8001/fetcher-mcp";
|
|
||||||
# };
|
|
||||||
nixos = {
|
|
||||||
command = getExe pkgs.nix;
|
|
||||||
args = [
|
|
||||||
"run"
|
|
||||||
"github:utensils/mcp-nixos"
|
|
||||||
"--"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# sops = {
|
# sops = {
|
||||||
# secrets."open-webui-oci/stt-api-key" = { };
|
# secrets."open-webui-oci/stt-api-key" = { };
|
||||||
# secrets."open-webui-oci/tts-api-key" = { };
|
# secrets."open-webui-oci/tts-api-key" = { };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue