feat: cleaned up ai tooling

This commit is contained in:
Leyla Becker 2026-04-07 20:24:15 -05:00
parent 4eb36ddfc7
commit 0ca99c1835
19 changed files with 48 additions and 4668 deletions

View file

@ -22,7 +22,7 @@
forgejo = 2002;
hass = 2004;
syncthing = 2007;
# ollama = 2008;
ollama = 2008;
git = 2009;
immich = 2010;
qbittorrent = 2011;
@ -46,7 +46,7 @@
forgejo = 2002;
hass = 2004;
syncthing = 2007;
# ollama = 2008;
ollama = 2008;
git = 2009;
immich = 2010;
qbittorrent = 2011;
@ -156,11 +156,11 @@
group = config.users.users.syncthing.name;
};
# ollama = {
# uid = lib.mkForce uids.ollama;
# isSystemUser = true;
# group = config.users.users.ollama.name;
# };
ollama = {
uid = lib.mkForce uids.ollama;
isSystemUser = true;
group = config.users.users.ollama.name;
};
git = {
uid = lib.mkForce uids.git;
@ -293,12 +293,12 @@
];
};
# ollama = {
# gid = lib.mkForce gids.ollama;
# members = [
# users.ollama.name
# ];
# };
ollama = {
gid = lib.mkForce gids.ollama;
members = [
users.ollama.name
];
};
git = {
gid = lib.mkForce gids.git;