Fix syncthing ports (#48)

This commit is contained in:
Patrick Stevens
2025-10-12 11:17:29 +01:00
committed by GitHub
parent 17bfb62adc
commit a33e60324b

View File

@@ -1,5 +1,4 @@
{ {
pkgs,
lib, lib,
config, config,
website, website,
@@ -45,6 +44,9 @@
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
80 # required for the ACME challenge 80 # required for the ACME challenge
443 443
# syncthing
21027
22000
]; ];
users.users."nginx".extraGroups = [config.users.groups.keys.name]; users.users."nginx".extraGroups = [config.users.groups.keys.name];