dotfiles/home-manager/programs/syncthing.nix

6 lines
53 B
Nix
Raw Normal View History

2024-05-28 14:38:22 +02:00
{
services.syncthing = {
enable = true;
};
}