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