Working syncthing

This commit is contained in:
Andrea Ciceri 2024-01-10 12:29:48 +01:00
parent c71709bd37
commit 10fe11e9ee
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -23,26 +23,24 @@
"tcp://sisko.fleet" "tcp://sisko.fleet"
]; ];
}; };
kirk = {
id = "OVPXSCE-XFKCBJ2-A4SKJRI-DYBZ6CV-U2OFNA2-ALHOPW5-PPMHOIQ-5TG2HAJ";
addresses = [
"tcp://kirk.fleet"
];
};
}; };
folders = { folders = {
org = { org = {
path = path =
{ {
picard = "/home/${config.ccr.username}/org"; picard = "/home/${config.ccr.username}/org";
sisko = "/mnt/hd/org"; sisko = "/home/${config.ccr.username}/org";
kirk = "/home/${config.ccr.username}/org";
} }
.${config.networking.hostName}; .${config.networking.hostName};
devices = ["picard" "sisko"]; devices = ["picard" "sisko" "kirk"];
}; };
# "Documents" = { # Name of folder in Syncthing, also the folder ID
# path = "/home/myusername/Documents"; # Which folder to add to Syncthing
# devices = [ "device1" "device2" ]; # Which devices to share the folder with
# };
# "Example" = {
# path = "/home/myusername/Example";
# devices = [ "device1" ];
# ignorePerms = false; # By default, Syncthing doesn't sync file permissions. This line enables it for this folder.
# };
}; };
}; };
}; };