mirror of
https://github.com/danbulant/dotfiles
synced 2026-05-19 04:18:55 +00:00
update
This commit is contained in:
parent
7537b4712a
commit
f3ef355cd3
2 changed files with 11 additions and 0 deletions
|
|
@ -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";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -150,6 +150,7 @@ in
|
|||
'';
|
||||
models_dir = "\${env.HOME}/models";
|
||||
};
|
||||
globalTTL = 3600;
|
||||
models = {
|
||||
# qwen3-embedding-8b = {
|
||||
# };
|
||||
|
|
|
|||
Loading…
Reference in a new issue