expose homebox ollama only

This commit is contained in:
2025-01-30 09:19:39 -06:00
parent 8985c8a627
commit a0b548da0a
3 changed files with 9 additions and 65 deletions

View File

@@ -97,16 +97,13 @@
hostName = "homebox";
nameservers = [ "1.1.1.1" "1.0.0.1" ];
networkmanager.enable = true;
firewall.allowedTCPPorts = [ 22 80 443 8002 8003 8004 8005 ];
firewall.allowedTCPPorts = [ 22 80 443 ];
firewall.interfaces."ve-traefik".allowedTCPPorts = [
9000
8080
6080
8123
11432
11433
11434
11435
];
hosts = {
"192.168.100.11" = [ "blunkall.us" "*.blunkall.us" "*.local.blunkall.us" ];

View File

@@ -78,7 +78,7 @@
ollama.enable = true;
wyoming = {
enable = true;
satelliteOnly = true;
satelliteOnly = false;
};
virtualization.homeassistant = {
enable = true;