Added open port
This commit is contained in:
parent
73a9435587
commit
9f0d61d7e7
|
@ -104,7 +104,8 @@ in
|
||||||
# nfs port TODO make dependant on option enabled
|
# nfs port TODO make dependant on option enabled
|
||||||
# 2049 - nfs
|
# 2049 - nfs
|
||||||
# 8384 - syncthing
|
# 8384 - syncthing
|
||||||
networking.firewall.allowedTCPPorts = [ 80 2049 8384 ];
|
# 5352 - caldav server radicale
|
||||||
|
networking.firewall.allowedTCPPorts = [ 80 2049 5352 8384 ];
|
||||||
|
|
||||||
users.groups.kage = {
|
users.groups.kage = {
|
||||||
gid = 105;
|
gid = 105;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user