about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-01-28 17:50:21 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-01-28 17:50:21 +0100
commitd5ada24a9277a8d4a5a040fa629b7a44e125622d (patch)
tree78aa26a7d9cf5c7318afb46b81b6e8240ef453e0 /machines
parent37a6974bfb3868e3d3d7bf8124009c746e1c3155 (diff)
downloaddots-d5ada24a9277a8d4a5a040fa629b7a44e125622d.tar.gz
dots-d5ada24a9277a8d4a5a040fa629b7a44e125622d.zip
Disable firewall
TODO: Enable firewall
Diffstat (limited to 'machines')
-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"];