Files
lavitz/modules/home/syncthing.nix

8 lines
63 B
Nix

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