7 lines
No EOL
117 B
Nix
7 lines
No EOL
117 B
Nix
{config, lib, pkgs, modulesPath, ... }:
|
|
{
|
|
services.syncthing = {
|
|
enable = true;
|
|
tray.enable = false;
|
|
};
|
|
} |