This commit is contained in:
soraefir
2026-05-21 02:16:30 +02:00
parent c3edd3c9fa
commit 37143eff2d
2 changed files with 3 additions and 3 deletions

View File

@@ -20,11 +20,11 @@ in {
extraEnv = {
# USER_ID = "1000";
# GROUP_ID = "1000";
CRYPTO_POLICY = "unlimited";
# CRYPTO_POLICY = "unlimited";
OPENHAB_HTTP_PORT = "8080";
};
extraOptions = [
"--network=host"
# "--network=host"
];
overrides = {
volumes = [

View File

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