nix/modules/services/syncthing/default.nix

7 lines
49 B
Nix
Raw Normal View History

2024-10-04 18:30:45 +02:00
{
2024-11-24 20:15:38 +01:00
imports = [
./server
./client
];
2024-08-31 16:04:57 +02:00
}