added homeassistant
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
nameservers = [ "1.1.1.1" "1.0.0.1" ];
|
||||
networkmanager.enable = true;
|
||||
firewall.allowedTCPPorts = [ 22 80 443 ];
|
||||
firewall.interfaces."ve-traefik".allowedTCPPorts = [ 9000 8080 6080 ];
|
||||
firewall.interfaces."ve-traefik".allowedTCPPorts = [ 9000 8080 6080 8123 ];
|
||||
hosts = {
|
||||
"192.168.100.11" = [ "blunkall.us" "*.blunkall.us" "*.local.blunkall.us" ];
|
||||
};
|
||||
@@ -239,6 +239,10 @@
|
||||
git.enable = true;
|
||||
|
||||
nh.enable = true;
|
||||
|
||||
ollama.enable = true;
|
||||
|
||||
homeassistant.enable = true;
|
||||
|
||||
steam.enable = false;
|
||||
|
||||
@@ -257,6 +261,7 @@
|
||||
nextcloud.enable = true;
|
||||
|
||||
gitlab.enable = true;
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user