This commit is contained in:
2025-08-15 10:58:58 -05:00
parent 643b383fa6
commit d0d9bbd376
2 changed files with 6 additions and 1 deletions

View File

@@ -16,7 +16,7 @@
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-assnHYM" ];
}; };
containers.home-assistant = { containers.home-assistant = {

View File

@@ -13,6 +13,11 @@
sops.secrets."keycloak/dbpass" = {}; sops.secrets."keycloak/dbpass" = {};
networking = {
nat.internalInterfaces = [ "ve-keycloak" ];
};
containers.keycloak = { containers.keycloak = {
autoStart = true; autoStart = true;