This commit is contained in:
2024-12-20 23:01:15 -05:00
parent abc55c6d4e
commit 1c89a70e0d
10 changed files with 655 additions and 111 deletions

View File

@@ -0,0 +1,11 @@
{
pkgs,
config,
...
}: {
services = {
syncthing = {
enable = true;
};
};
}