Unblock syncthing ports

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-06 08:22:37 +01:00
parent ba9d54243b
commit 538eb6f0f5
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -68,4 +68,7 @@ in
uniemoji
];
};
# For syncthing
networking.firewall.allowedTCPPorts = [ 22000 ];
networking.firewall.allowedUDPPorts = [ 22000 ];
}