mirror of
https://github.com/Smaug123/PulumiConfig
synced 2025-10-27 10:08:57 +00:00
Fix syncthing ports (#48)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
website,
|
||||
@@ -45,6 +44,9 @@
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80 # required for the ACME challenge
|
||||
443
|
||||
# syncthing
|
||||
21027
|
||||
22000
|
||||
];
|
||||
|
||||
users.users."nginx".extraGroups = [config.users.groups.keys.name];
|
||||
|
||||
Reference in New Issue
Block a user