From 9f0d61d7e727bcca37f4aa751c58807d3e21b1f3 Mon Sep 17 00:00:00 2001 From: Nathan Anderson Date: Wed, 15 May 2024 11:23:43 -0600 Subject: [PATCH] Added open port --- shared/server-configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shared/server-configuration.nix b/shared/server-configuration.nix index d66e837..fcc6ace 100644 --- a/shared/server-configuration.nix +++ b/shared/server-configuration.nix @@ -104,7 +104,8 @@ in # nfs port TODO make dependant on option enabled # 2049 - nfs # 8384 - syncthing - networking.firewall.allowedTCPPorts = [ 80 2049 8384 ]; + # 5352 - caldav server radicale + networking.firewall.allowedTCPPorts = [ 80 2049 5352 8384 ]; users.groups.kage = { gid = 105;