mirror of
https://github.com/Smaug123/PulumiConfig
synced 2025-10-27 18:18:56 +00:00
Fix syncthing ports (#48)
This commit is contained in:
@@ -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];
|
||||||
|
|||||||
Reference in New Issue
Block a user