This commit is contained in:
2024-06-21 20:03:49 -04:00
parent 40b0deae61
commit 47c0e3911c
10 changed files with 63 additions and 7 deletions

View File

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