Added open port

This commit is contained in:
Nathan Anderson 2024-05-15 11:23:43 -06:00
parent 73a9435587
commit 9f0d61d7e7

View File

@ -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;