dotfiles/home-manager/hosts/nixos/services.nix
2025-04-01 18:49:20 +11:00

14 lines
130 B
Nix

{
config,
pkgs,
unstable,
inputs,
...
}:
{
services.ssh-agent.enable = true;
services.syncthing.enable = true;
}