backwards: Add enable option to syncthing module

This commit is contained in:
Alexander Heldt
2024-08-31 12:45:52 +02:00
parent 0a43eed112
commit 9b98cdfe38
2 changed files with 73 additions and 61 deletions

View File

@@ -12,6 +12,7 @@ in
ssh.enable = true;
git.enable = true;
syncthing.enable = true;
};
};
}