From 2f0c51606f6bb2a56272ffc5f403557bc3522840 Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Mon, 11 Mar 2024 17:00:16 +0100 Subject: [PATCH] Experiment with host network for commafeed again --- hosts/nixos/lapetus/services/commafeed.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nixos/lapetus/services/commafeed.nix b/hosts/nixos/lapetus/services/commafeed.nix index eb81859..4f577c0 100644 --- a/hosts/nixos/lapetus/services/commafeed.nix +++ b/hosts/nixos/lapetus/services/commafeed.nix @@ -17,6 +17,7 @@ in ports = [ "${toString port}:8082" ]; # server:docker volumes = [ "${dataDir}:/commafeed/data" ]; # server:docker + extraOptions = [ "--network=host" ]; # I want to access rss feeds from the host network # the JVM is way too hungry entrypoint = builtins.toJSON