feat(tyr): setup syncthing.
This commit is contained in:
parent
f9bea2df78
commit
359b8159cc
2 changed files with 7 additions and 0 deletions
|
@ -303,6 +303,7 @@
|
|||
auto-cpufreq.nixosModules.default
|
||||
./hosts/tyr/configuration.nix
|
||||
./modules/linux/nixos
|
||||
./modules/servers/tyr
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
openDefaultPorts = true;
|
||||
guiAddress = "0.0.0.0:8384";
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [8384];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue