nix/modules/services/syncthing/default.nix
2024-11-24 20:15:38 +01:00

7 lines
49 B
Nix

{
imports = [
./server
./client
];
}