feat(jeeves): centralize firewall configuration
treefmt / nix fmt (pull_request) Successful in 5s
pytest / pytest (pull_request) Successful in 29s
test ebook search / test-ebook-search (pull_request) Successful in 34s
build_systems / build-brain (pull_request) Successful in 48s
build_systems / build-bob (pull_request) Successful in 48s
build_systems / build-rhapsody-in-green (pull_request) Successful in 58s
build_systems / build-jeeves (pull_request) Successful in 2m14s

- 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:45:52 -04:00
parent 677364fe74
commit e4eef6dff0
13 changed files with 64 additions and 48 deletions
-1
View File
@@ -38,7 +38,6 @@ in
"qwen3.5:35b"
];
modelsDir = vars.ollama;
openFirewall = true;
};
systemd.services = {
ollama.serviceConfig = {