Change settings definition key
This commit is contained in:
parent
51cf9ead8b
commit
160d26ad24
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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"];
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
enable = true;
|
||||
systemService = true;
|
||||
openDefaultPorts = true;
|
||||
settings = {
|
||||
extraOptions = {
|
||||
options = {
|
||||
globalAnnounceEnabled = lib.mkDefault false;
|
||||
localAnnounceEnabled = lib.mkDefault true;
|
||||
|
|
Loading…
Reference in a new issue