Fixup missing files

This commit is contained in:
BuyMyMojo 2025-04-01 18:47:54 +11:00
parent 70e2bd69c8
commit 79aaaa0cb4
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
4 changed files with 238 additions and 2 deletions

View file

@ -0,0 +1,14 @@
{
config,
pkgs,
unstable,
inputs,
...
}:
{
services.ssh-agent.enable = true;
services.syncthing.enable = true;
}