diff --git a/kyra/services/firewalld.nix b/kyra/services/firewalld.nix index 1964f11..8502323 100644 --- a/kyra/services/firewalld.nix +++ b/kyra/services/firewalld.nix @@ -8,16 +8,6 @@ enable = true; services = { - "ssh" = { - short = "openssh"; - ports = [ - { - port = 60009; - protocol = "tcp"; - } - ]; - }; - "stalwart" = { short = "Stalwart-mail"; ports = diff --git a/kyra/services/openssh.nix b/kyra/services/openssh.nix index fb2f45d..fdc6e7b 100644 --- a/kyra/services/openssh.nix +++ b/kyra/services/openssh.nix @@ -2,9 +2,6 @@ _: { services = { openssh = { enable = true; - ports = [ - 60009 - ]; hostKeys = [ {