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 = {
volumes = [
"${serverCfg.configPath}/openhab/conf:/openhab/conf"
"${serverCfg.configPath}/openhab/userdata:/openhab/userdata"
"${serverCfg.configPath}/openhab:/openhab"
"${serverCfg.configPath}/openhab/addons:/opt/openhab/addons"
];
};