flocon/home/services/syncthing.nix

6 lines
56 B
Nix
Raw Permalink Normal View History

2024-12-01 11:21:50 +00:00
_: {
services.syncthing = {
enable = true;
};
}