1
Fork 0
satellite/hosts/nixos/lapetus/services/syncthing.nix

11 lines
200 B
Nix
Raw Normal View History

2023-07-18 16:30:04 +02:00
{
imports = [ ../../common/optional/syncthing.nix ];
services.syncthing = {
devices.lapetus.id = "";
2023-07-18 16:56:32 +02:00
guiAddress = "0.0.0.0:8384"; # TODO: put this behind nginx
2023-07-18 16:30:04 +02:00
folders = { };
};
}