nixhome/syncthing.nix

7 lines
75 B
Nix

{ config, pkgs, ...}:
{
services.syncthing = {
enable = true;
};
}