about summary refs log tree commit diff
path: root/machines/profpatsch/base-server.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/base-server.nix')
-rw-r--r--machines/profpatsch/base-server.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/machines/profpatsch/base-server.nix b/machines/profpatsch/base-server.nix
index 0d25a4c8..893df1ae 100644
--- a/machines/profpatsch/base-server.nix
+++ b/machines/profpatsch/base-server.nix
@@ -20,11 +20,12 @@ in
       listenAddresses = [ { addr = "0.0.0.0"; port = sshPort; } ];
     };
 
-    firewall = {
+    networking.firewall = {
       enable = true;
       allowPing = true;
       allowedTCPPorts = [ sshPort ];
     };
 
-
   };
+
+}