This commit is contained in:
2026-03-26 15:40:50 -05:00
parent f80144d22b
commit 979344917e
3 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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 = {

View File

@@ -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;