Fix open port in firewall
This commit is contained in:
parent
25901043df
commit
90275dc0cd
|
@ -105,7 +105,7 @@ in
|
||||||
# 2049 - nfs
|
# 2049 - nfs
|
||||||
# 8384 - syncthing
|
# 8384 - syncthing
|
||||||
# 5352 - caldav server radicale
|
# 5352 - caldav server radicale
|
||||||
networking.firewall.allowedTCPPorts = [ 80 2049 5352 8384 ];
|
networking.firewall.allowedTCPPorts = [ 80 2049 5232 8384 ];
|
||||||
|
|
||||||
users.groups.kage = {
|
users.groups.kage = {
|
||||||
gid = 105;
|
gid = 105;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user