Skip to content

syncthing-static-peers

Statically configure syncthing peers through clan

Usage

To use this module, import it like this:

{config, lib, inputs, ...}: {
    imports = [ inputs.clan-core.clanModules.syncthing-static-peers ];
    # ...
}

Module Options

clan.syncthing-static-peers.excludeMachines

Machines that should not be added.

Type: list of string

Default:

[ ]
Example
[
  "nixos"
]

syncthing-static-peers