chore(nixos/llama-swap): remove synthetic peer and tune local model args

This commit is contained in:
2026-04-30 11:43:04 -04:00
parent 31363f5f8d
commit 93e2247a30
2 changed files with 16 additions and 21 deletions

View File

@@ -94,11 +94,12 @@ in
owner = "llama-swap";
group = "llama-swap";
mode = "0400";
content = builtins.toJSON (
recursiveUpdate cfg.config {
peers.synthetic.apiKey = config.sops.placeholder.synthetic_apikey;
}
);
content = builtins.toJSON cfg.config;
# content = builtins.toJSON (
# recursiveUpdate cfg.config {
# peers.synthetic.apiKey = config.sops.placeholder.synthetic_apikey;
# }
# );
};
};