Change settings definition key

This commit is contained in:
Evie Litherland-Smith 2023-05-25 08:48:58 +01:00
parent 51cf9ead8b
commit 160d26ad24
3 changed files with 12 additions and 12 deletions

View file

@ -4,11 +4,12 @@
user = "elitherl"; user = "elitherl";
group = "users"; group = "users";
dataDir = "/home/elitherl"; dataDir = "/home/elitherl";
settings = { extraOptions = {
options = { options = {
globalAnnounceEnabled = true; globalAnnounceEnabled = true;
localAnnounceEnabled = true; localAnnounceEnabled = true;
}; };
};
folders = { folders = {
Sync = { Sync = {
path = "/home/elitherl/Sync"; path = "/home/elitherl/Sync";
@ -20,5 +21,4 @@
}; };
}; };
}; };
};
} }

View file

@ -4,7 +4,7 @@
user = "xenia"; user = "xenia";
group = "users"; group = "users";
dataDir = "/mnt/secondary/syncthing"; dataDir = "/mnt/secondary/syncthing";
settings.folders = { folders = {
"Archive" = { "Archive" = {
path = "/mnt/secondary/syncthing/archive"; path = "/mnt/secondary/syncthing/archive";
devices = ["ion" "monarch" "northstar"]; devices = ["ion" "monarch" "northstar"];

View file

@ -4,7 +4,7 @@
enable = true; enable = true;
systemService = true; systemService = true;
openDefaultPorts = true; openDefaultPorts = true;
settings = { extraOptions = {
options = { options = {
globalAnnounceEnabled = lib.mkDefault false; globalAnnounceEnabled = lib.mkDefault false;
localAnnounceEnabled = lib.mkDefault true; localAnnounceEnabled = lib.mkDefault true;