Revert "Merge pull request #233377 from ncfavier/revert-226088"

This reverts commit 7b28ea6783, reversing
changes made to 3009b12817.
This commit is contained in:
lassulus 2023-05-22 16:56:23 +02:00 committed by Doron Behar
parent 6b568ce356
commit c42a7b668c
2 changed files with 274 additions and 276 deletions

View file

@ -10,14 +10,14 @@ in {
nodes.machine = {
services.syncthing = {
enable = true;
devices.${testName} = {
settings.devices.testDevice = {
id = testId;
};
folders.testFolder = {
settings.folders.testFolder = {
path = "/tmp/test";
devices = [ testName ];
devices = [ "testDevice" ];
};
extraOptions.gui.user = "guiUser";
settings.gui.user = "guiUser";
};
};