nixos_config/home/modules/services/syncthing.nix

5 lines
49 B
Nix
Raw Normal View History

2026-03-10 21:50:51 +01:00
{ ... }:
{
services.syncthing.enable = true;
}