From d5ada24a9277a8d4a5a040fa629b7a44e125622d Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Thu, 28 Jan 2021 17:50:21 +0100 Subject: Disable firewall TODO: Enable firewall --- machines/rpi3-amadeus/hyperion.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'machines') diff --git a/machines/rpi3-amadeus/hyperion.nix b/machines/rpi3-amadeus/hyperion.nix index 531eaad..094be80 100644 --- a/machines/rpi3-amadeus/hyperion.nix +++ b/machines/rpi3-amadeus/hyperion.nix @@ -15,6 +15,10 @@ in hyperion ]; + + # networking.firewall.allowedTCPPorts = [ ]; + networking.firewall.enable = false; #TODO + systemd.services.hyperion = { enable = true; wantedBy = ["multi-user.target"]; -- cgit 1.4.1