mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
Revert "Merge pull request #233377 from ncfavier/revert-226088"
This reverts commit7b28ea6783
, reversing changes made to3009b12817
.
This commit is contained in:
parent
6b568ce356
commit
c42a7b668c
2 changed files with 274 additions and 276 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue