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