14 lines
130 B
Nix
14 lines
130 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
unstable,
|
|
inputs,
|
|
...
|
|
}:
|
|
|
|
{
|
|
|
|
services.ssh-agent.enable = true;
|
|
services.syncthing.enable = true;
|
|
|
|
}
|