Files
lavitz/modules/home/syncthing.nix
2026-01-26 10:14:21 -07:00

8 lines
77 B
Nix

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