feat(jeeves): centralize firewall configuration
treefmt / nix fmt (pull_request) Failing after 5s
pytest / pytest (pull_request) Successful in 30s
test ebook search / test-ebook-search (pull_request) Successful in 34s
build_systems / build-brain (pull_request) Successful in 44s
build_systems / build-bob (pull_request) Successful in 44s
build_systems / build-rhapsody-in-green (pull_request) Successful in 54s
build_systems / build-jeeves (pull_request) Successful in 2m7s

- split networking into interface and firewall modules
- define named service ports in one location
- remove scattered service-level firewall rules
This commit is contained in:
2026-08-27 08:42:00 -04:00
parent 677364fe74
commit 8790e45a03
13 changed files with 65 additions and 47 deletions
-1
View File
@@ -38,7 +38,6 @@ in
"qwen3.5:35b"
];
modelsDir = vars.ollama;
openFirewall = true;
};
systemd.services = {
ollama.serviceConfig = {