2024-06-21 20:03:49 -04:00

10 lines
94 B
Nix

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