cfg/host/roam/syncthing.nix

6 lines
70 B
Nix

{ ... }:
{
services.syncthing = {
enable = false; # TODO
};
}