This commit is contained in:
Daniel Bulant 2026-05-06 17:30:25 +02:00
parent 7537b4712a
commit f3ef355cd3
No known key found for this signature in database
2 changed files with 11 additions and 0 deletions

View file

@ -202,6 +202,16 @@ in
} }
]; ];
} }
{
job_name = "uptime-kuma";
static_configs = [
{
targets = [ "localhost:${toString ports.status}" ];
# generated, only accessible through tailscale, not really sensitive
authorization = "uk1_SAAatRz9luyFXItVnbXyOdVuU2fkMhZITrnPY27z";
}
];
}
]; ];
}; };

View file

@ -150,6 +150,7 @@ in
''; '';
models_dir = "\${env.HOME}/models"; models_dir = "\${env.HOME}/models";
}; };
globalTTL = 3600;
models = { models = {
# qwen3-embedding-8b = { # qwen3-embedding-8b = {
# }; # };