diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2023-05-07 20:12:38 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2023-05-07 20:12:38 +0200 |
| commit | bda25fea52567b275df01e441894b6f5374a890f (patch) | |
| tree | 86458c94dfe34424fa64dda244cbddd9eba7108c /config | |
| parent | 0f12281f274f781c9b3041c5f4e5bc32d38a316d (diff) | |
config: networking: fix firewall
Diffstat (limited to 'config')
| -rw-r--r-- | config/networking/services/firewall.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/networking/services/firewall.nix b/config/networking/services/firewall.nix index 2dcf452..a0aa281 100644 --- a/config/networking/services/firewall.nix +++ b/config/networking/services/firewall.nix @@ -65,7 +65,6 @@ in { } chain ssh { ip protocol tcp \ - tcp sport 22 \ tcp dport 22 \ accept comment "ssh" } |
