nixos_config/home/modules/services/syncthing.nix
2026-03-10 21:50:51 +01:00

4 lines
49 B
Nix

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