From cee19e7e3e2daeb871a972650749789bbd8bd0b8 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 24 Jun 2020 18:30:11 +0200 Subject: [PATCH] spaceapi: disable firewall --- hosts/containers/spaceapi/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/containers/spaceapi/configuration.nix b/hosts/containers/spaceapi/configuration.nix index 733b11eb..9aa7b5e1 100644 --- a/hosts/containers/spaceapi/configuration.nix +++ b/hosts/containers/spaceapi/configuration.nix @@ -14,6 +14,7 @@ in networking.hostName = "spaceapi"; networking.interfaces.eth0.ipv4.addresses = [ { address = "172.20.73.25"; prefixLength = 26; } ]; networking.defaultGateway = "172.20.73.1"; + networking.firewall.enable = false; services.spaceapi = { enable = true;