diff options
| author | adikro <adikro@disroot.org> | 2026-01-08 19:57:25 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-01-08 20:01:14 +0100 |
| commit | 5b074f906a954ac25805ce6cbcbf7568cd97dafc (patch) | |
| tree | 88d0f626819bdec6476a73604b8dd895a4b77ef6 /os/core/networking.nix | |
| parent | 8197ecfee1dbd147a91b74227e3e5a84a66d4670 (diff) | |
.
Diffstat (limited to 'os/core/networking.nix')
| -rw-r--r-- | os/core/networking.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/core/networking.nix b/os/core/networking.nix index 51b9196..32a5b47 100644 --- a/os/core/networking.nix +++ b/os/core/networking.nix @@ -13,7 +13,7 @@ in }; firewall = { enable = true; - allowedTCPPorts = [ 5222 ]; # SimpleX Chat + allowedTCPPorts = [ 22 ]; }; }; systemd.services."NetworkManager-wait-online".enable = false; |
