dotfiles/common/.flake/home/services/syncthing.nix.org
2024-10-07 18:55:30 -05:00

220 B

Syncthing Configuration

Enable Syncthing service.

{ config, pkgs, ... }:

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