about summary refs log tree commit diff
path: root/machines/rpi3-amadeus
diff options
context:
space:
mode:
Diffstat (limited to 'machines/rpi3-amadeus')
-rw-r--r--machines/rpi3-amadeus/hyperion.nix4
1 files changed, 4 insertions, 0 deletions
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"];