fix
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
config = lib.mkIf config.sysconfig.opts.virtualization.homeassistant.enable {
|
config = lib.mkIf config.sysconfig.opts.virtualization.homeassistant.enable {
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
networking.hosts."192.168.100.25" = [ "hass.local" ];
|
hosts."192.168.100.25" = [ "hass.local" ];
|
||||||
|
|
||||||
nat.internalInterfaces = [ "ve-home-assistant" ];
|
nat.internalInterfaces = [ "ve-home-assistant" ];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -10,6 +10,8 @@
|
|||||||
networking = {
|
networking = {
|
||||||
hosts."192.168.100.11" = [ "blunkall.us" "*.blunkall.us" "traefik.local" ];
|
hosts."192.168.100.11" = [ "blunkall.us" "*.blunkall.us" "traefik.local" ];
|
||||||
firewall.allowedTCPPorts = [ 22 80 443];
|
firewall.allowedTCPPorts = [ 22 80 443];
|
||||||
|
|
||||||
|
nat.internalInterfaces = [ "ve-traefik" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
containers.traefik = {
|
containers.traefik = {
|
||||||
|
|||||||
Reference in New Issue
Block a user