This commit is contained in:
2025-08-14 19:48:44 -05:00
parent e924f78996
commit a976718a5d
2 changed files with 3 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
config = lib.mkIf config.sysconfig.opts.virtualization.homeassistant.enable {
networking = {
networking.hosts."192.168.100.25" = [ "hass.local" ];
hosts."192.168.100.25" = [ "hass.local" ];
nat.internalInterfaces = [ "ve-home-assistant" ];
};