about summary refs log tree commit diff
path: root/machines/profpatsch/legosi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/legosi.nix')
-rw-r--r--machines/profpatsch/legosi.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/machines/profpatsch/legosi.nix b/machines/profpatsch/legosi.nix
index eb1dc321..d0ddfc5e 100644
--- a/machines/profpatsch/legosi.nix
+++ b/machines/profpatsch/legosi.nix
@@ -40,8 +40,15 @@ in {
 
     networking = {
       hostName = hostname;
+
+      firewall = {
+        allowedTCPPorts = [
+          80 443
+        ];
+      };
     };
 
+
     users.users = {
       root.openssh.authorizedKeys.keys = [ myKey ];
     };