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

@ -118,6 +118,9 @@
# leave them alone so NM-wait-online doesn't time out waiting for them.
networking.networkmanager.unmanaged = ["bond0" "wg0" "eno1" "eno2"];
# Only expose ollama over tailscale
networking.firewall.interfaces."tailscale0".allowedTCPPorts = [11434];
systemd.network = {
enable = true;
@ -260,10 +263,13 @@
};
};
# ollama = {
# enable = true;
# exposePort = true;
# };
ollama = {
enable = true;
host = "0.0.0.0";
loadModels = [
"gpt-oss:120b"
];
};
tailscale = {
enable = true;
authKeyFile = config.sops.secrets."vpn-keys/tailscale-authkey/defiant".path;