about summary refs log tree commit diff
path: root/users/fcuny/desktop/syncthing.nix
blob: 02123a942507f05e5bb32c55c8e105a15b7ea5c7 (plain) (blame)
1
2
3
4
5
6
7
{ ... }:

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