This commit is contained in:
Miguel Palhas
2024-10-06 11:58:05 +01:00
parent f7f284d8b8
commit 50e1242992
4 changed files with 7 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
services.syncthing = {
enable = true;
};
}