add stuff
This commit is contained in:
@@ -13,8 +13,11 @@
|
||||
|
||||
config = lib.mkIf config.sysconfig.opts.virtualization.homeassistant.enable {
|
||||
|
||||
networking.hosts."192.168.100.25" = [ "hass.local" ];
|
||||
networking = {
|
||||
networking.hosts."192.168.100.25" = [ "hass.local" ];
|
||||
|
||||
nat.internalInterfaces = [ "ve-home-assistant" ];
|
||||
};
|
||||
containers.home-assistant = {
|
||||
|
||||
autoStart = true;
|
||||
|
||||
Reference in New Issue
Block a user