diff options
-rw-r--r-- | modules/by-name/sy/system-info/module.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/by-name/sy/system-info/module.nix b/modules/by-name/sy/system-info/module.nix index f04eb49..5e2da31 100644 --- a/modules/by-name/sy/system-info/module.nix +++ b/modules/by-name/sy/system-info/module.nix @@ -34,6 +34,8 @@ "993" = checkEnabled "mail" "mail-imap-tls"; "995" = checkEnabled "mail" "mail-pop3-tls"; + "10222" = checkEnabled "taskchampion-sync" "taskchampion-sync"; + # TODO(@bpeetz): Check which service opens these ports: <2025-01-28> "64738" = "???"; }; |