nix-config/modules/syncthing.nix
2020-10-17 13:05:28 +02:00

7 lines
99 B
Nix

{ config, pkgs, lib, ... }:
{
services.syncthing = {
enable = true;
tray = false;
};
}