dotfiles/nix/home/alyxia/syncthing.nix
2025-04-17 19:38:57 +02:00

9 lines
80 B
Nix

{ ... }:
{
services = {
syncthing = {
enable = true;
};
};
}