infrastructure/hosts/olympus/bastion/containers/syncthing.nix
2024-10-17 17:30:48 +02:00

8 lines
124 B
Nix

{ ... }:
{
services.syncthing = {
enable = true;
openDefaultPorts = true;
guiAddress = "0.0.0.0:8384";
};
}