From 9a6dda390bf815fb7ac8ee811f795de9c3528c19 Mon Sep 17 00:00:00 2001 From: soraefir Date: Thu, 21 May 2026 22:17:36 +0200 Subject: [PATCH] FIX --- modules/server/containers/apps/openhab.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/server/containers/apps/openhab.nix b/modules/server/containers/apps/openhab.nix index ff4a990..0acb2f5 100644 --- a/modules/server/containers/apps/openhab.nix +++ b/modules/server/containers/apps/openhab.nix @@ -25,7 +25,6 @@ in { }; extraOptions = [ "--network=host" - "--net=host" "--cap-add=NET_ADMIN" "--cap-add=NET_RAW" "--no-healthcheck"