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,20 +4,20 @@
user = "elitherl";
group = "users";
dataDir = "/home/elitherl";
settings = {
extraOptions = {
options = {
globalAnnounceEnabled = true;
localAnnounceEnabled = true;
};
folders = {
Sync = {
path = "/home/elitherl/Sync";
label = "UKAEA";
id = "fwzht-j7hrc";
devices = ["ion"];
ignorePerms = true;
enable = true;
};
};
folders = {
Sync = {
path = "/home/elitherl/Sync";
label = "UKAEA";
id = "fwzht-j7hrc";
devices = ["ion"];
ignorePerms = true;
enable = true;
};
};
};

View file

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

View file

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