Fix stuff

This commit is contained in:
soraefir
2026-05-21 01:56:13 +02:00
parent 8d50d4ecaf
commit 8b9187b17a
2 changed files with 2 additions and 3 deletions

View File

@@ -25,8 +25,7 @@ in {
}; };
overrides = { overrides = {
volumes = [ volumes = [
"${serverCfg.configPath}/openhab/conf:/openhab/conf" "${serverCfg.configPath}/openhab:/openhab"
"${serverCfg.configPath}/openhab/userdata:/openhab/userdata"
"${serverCfg.configPath}/openhab/addons:/opt/openhab/addons" "${serverCfg.configPath}/openhab/addons:/opt/openhab/addons"
]; ];
}; };

View File

@@ -53,7 +53,7 @@
# ===== DEV ===== # ===== DEV =====
gitea.subdomain = "git"; gitea.subdomain = "git";
# ===== HOME ===== # ===== HOME =====
openhab.subdomain = "hass"; openhab.subdomain = "hab";
# trmnl = { subdomain = "hass"; subpath = "trmnl"; }; # trmnl = { subdomain = "hass"; subpath = "trmnl"; };
# influx.subdomain = "metrum"; # influx.subdomain = "metrum";
}; };