diff --git a/modules/server/containers/apps/openhab.nix b/modules/server/containers/apps/openhab.nix index 765b1d3..682cad8 100644 --- a/modules/server/containers/apps/openhab.nix +++ b/modules/server/containers/apps/openhab.nix @@ -25,8 +25,7 @@ in { }; overrides = { volumes = [ - "${serverCfg.configPath}/openhab/conf:/openhab/conf" - "${serverCfg.configPath}/openhab/userdata:/openhab/userdata" + "${serverCfg.configPath}/openhab:/openhab" "${serverCfg.configPath}/openhab/addons:/opt/openhab/addons" ]; }; diff --git a/systems/sandbox/cfg.nix b/systems/sandbox/cfg.nix index 472ab16..527342c 100644 --- a/systems/sandbox/cfg.nix +++ b/systems/sandbox/cfg.nix @@ -53,7 +53,7 @@ # ===== DEV ===== gitea.subdomain = "git"; # ===== HOME ===== - openhab.subdomain = "hass"; + openhab.subdomain = "hab"; # trmnl = { subdomain = "hass"; subpath = "trmnl"; }; # influx.subdomain = "metrum"; };