10 lines
94 B
Nix
10 lines
94 B
Nix
{ pkgs, config, ... }:
|
|
|
|
{
|
|
services = {
|
|
syncthing = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|