From ce59b6ed9cf11cb300cbdde6bc2aeb7f833c8893 Mon Sep 17 00:00:00 2001 From: s0me1newithhand7s Date: Wed, 25 Mar 2026 18:50:44 +0300 Subject: [PATCH] kyra: upstream Signed-off-by: s0me1newithhand7s --- kyra/services/firewalld.nix | 10 ---------- kyra/services/openssh.nix | 3 --- 2 files changed, 13 deletions(-) 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 = [ {