From 37143eff2d0aa6d7b9fbd63e36caa6f8997935c3 Mon Sep 17 00:00:00 2001 From: soraefir Date: Thu, 21 May 2026 02:16:30 +0200 Subject: [PATCH] openhab --- modules/server/containers/apps/openhab.nix | 4 ++-- systems/sandbox/cfg.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/server/containers/apps/openhab.nix b/modules/server/containers/apps/openhab.nix index 9a68f60..35bd776 100644 --- a/modules/server/containers/apps/openhab.nix +++ b/modules/server/containers/apps/openhab.nix @@ -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 = [ diff --git a/systems/sandbox/cfg.nix b/systems/sandbox/cfg.nix index 27915d9..527342c 100644 --- a/systems/sandbox/cfg.nix +++ b/systems/sandbox/cfg.nix @@ -53,7 +53,7 @@ # ===== DEV ===== gitea.subdomain = "git"; # ===== HOME ===== - # openhab.subdomain = "hab"; + openhab.subdomain = "hab"; # trmnl = { subdomain = "hass"; subpath = "trmnl"; }; # influx.subdomain = "metrum"; };