Files
nix-config/home-manager/syncthing.nix
2024-04-03 20:30:00 +02:00

5 lines
55 B
Nix

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