open port no longer declared in networking.nix, moved to server/config.nix

This commit is contained in:
pagedMov
2024-11-02 17:17:16 -04:00
parent b427e8f373
commit 9b0c8702e9
2 changed files with 3 additions and 1 deletions

View File

@@ -14,7 +14,6 @@
};
firewall = {
enable = true;
allowedTCPPorts = [ 443 ];
};
};
};