TheCodedProf | bdc2345 | 2023-06-14 13:39:10 -0400 | [diff] [blame] | 1 | { pkgs, ... }: { |
TheCodedProf | bdc2345 | 2023-06-14 13:39:10 -0400 | [diff] [blame] | 2 | services.syncthing.enable = true; |
3 | services.syncthing.openDefaultPorts = true; | ||||
4 | |||||
Skyler Grey (Minion3665) | 18e02e7 | 2023-06-23 18:24:13 +0000 | [diff] [blame] | 5 | services.syncthing.guiAddress = "0.0.0.0:8384"; |
TheCodedProf | bdc2345 | 2023-06-14 13:39:10 -0400 | [diff] [blame] | 6 | } |