From 6d3a3de05ee41c0126df9ea7eab30eaae41a5fc6 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Fri, 15 Jan 2021 03:42:38 +0000 Subject: [PATCH] totoro: fix --- ops/nixos/totoro/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ops/nixos/totoro/default.nix b/ops/nixos/totoro/default.nix index d83346fcda..af16fb3571 100644 --- a/ops/nixos/totoro/default.nix +++ b/ops/nixos/totoro/default.nix @@ -79,6 +79,7 @@ in { }; bridges.br-int.interfaces = []; firewall.allowedTCPPorts = [ + 80 443 # web 4001 # ipfs ]; firewall.allowedUDPPorts = [ @@ -106,8 +107,6 @@ in { members = ["pancake" "nginx"]; }; - networking.firewall.allowedTCPPorts = [ 80 443 ]; - systemd.tmpfiles.rules = [ "L /var/lib/export - - - - /export" ];