diff options
| author | adikro <adikro@disroot.org> | 2026-01-19 11:43:42 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-01-19 11:43:42 +0100 |
| commit | d2571482b4eb5660fd92727efb4e5254df06e45e (patch) | |
| tree | b94282d6f250a82587c25689cba8a1dc1a2f2d96 /os/core/networking.nix | |
| parent | 760a0edc2937fab375898bbd2f2a3011eb8c9756 (diff) | |
a lot of changes
Diffstat (limited to 'os/core/networking.nix')
| -rw-r--r-- | os/core/networking.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os/core/networking.nix b/os/core/networking.nix index 32a5b47..bf611a3 100644 --- a/os/core/networking.nix +++ b/os/core/networking.nix @@ -13,7 +13,8 @@ in }; firewall = { enable = true; - allowedTCPPorts = [ 22 ]; + allowedTCPPorts = [ 7960 ]; + allowedUDPPorts = [ 7960 ]; }; }; systemd.services."NetworkManager-wait-online".enable = false; |
