diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-11 13:35:50 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-11 13:35:50 +0200 |
commit | f275f48c8dfe5f0dbd2127e76b33ca1b4593daeb (patch) | |
tree | b4828cbfcdd253f7dbef85512a5aa066af2c9376 | |
parent | modules/taskchampion-sync: Persist data directory (diff) | |
download | nixos-server-f275f48c8dfe5f0dbd2127e76b33ca1b4593daeb.zip |
modules/system-info: Register taskchampion port
-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" = "???"; }; |