dotfiles/nixos/.flake/home/services/syncthing.nix.org
2024-09-28 00:01:09 -05:00

220 B

Syncthing Configuration

Enable Syncthing service.

{ config, pkgs, ... }:

{
  services.syncthing = {
    enable = true;
  };
}