Files
nix/home/common/programs/syncthing.nix
T
Miguel Palhas 7badc1d419 updates
2025-01-23 11:33:07 +00:00

7 lines
68 B
Nix

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