Files
nixcfg/hosts/dingserver/syncthing.nix

11 lines
89 B
Nix

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