idk
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
{
|
||||
nixSettings = {
|
||||
commonSubstituters = [
|
||||
"http://jallen-nas.local:9012/nas-cache"
|
||||
"http://10.0.1.3:9012/nas-cache"
|
||||
"https://nixos-apple-silicon.cachix.org"
|
||||
"https://nixos-raspberrypi.cachix.org"
|
||||
"https://nix-community.cachix.org"
|
||||
|
||||
@@ -33,7 +33,7 @@ in
|
||||
npm = "@ai-sdk/openai-compatible";
|
||||
name = "llama-server (local)";
|
||||
options = {
|
||||
baseURL = "http://jallen-nas.local:8127/v1";
|
||||
baseURL = "http://10.0.1.3:8127/v1";
|
||||
};
|
||||
models = {
|
||||
Qwen3-Coder-Next-Q4_0 = {
|
||||
|
||||
@@ -47,7 +47,7 @@ in
|
||||
# environmentFile = "/run/secrets/jallen-nas/authentik-env"; # TODO
|
||||
};
|
||||
booklore = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
port = 6066;
|
||||
};
|
||||
caddy = enabled;
|
||||
|
||||
Reference in New Issue
Block a user