syncthing: add lifebook key

This commit is contained in:
2025-10-12 18:13:12 +02:00
parent bc7fbcfc7d
commit 9a593ba9a1
3 changed files with 6 additions and 5 deletions

View File

@@ -17,13 +17,12 @@
settings = {
devices = {
"hades.home.opel-online.de" = { id = "3VPCBVW-RH7XKFM-TWJGQHC-ZRAQ575-CQKGGKP-NAB4VXE-KCKJFUT-AMCUQQA"; };
# "lifebook" = { id = "DEVICE-ID-GOES-HERE"; };
"lifebook.home.opel-online.de" = { id = "RKPZG3H-BDUZID3-DV26MKR-UOARIQC-JBCAFXP-J5QFM4H-5EGBSM5-VEGXHQ4"; };
};
folders = {
"Sync" = { # Name of folder in Syncthing, also the folder ID
path = "/mnt/Mars/${config.services.syncthing.user}/Sync"; # Which folder to add to Syncthing
#devices = [ "hades.home.opel-online.de" "lifebook" ]; # Which devices to share the folder with
devices = [ "hades.home.opel-online.de" ]; # Which devices to share the folder with
devices = [ "hades.home.opel-online.de" "lifebook.home.opel-online.de" ]; # Which devices to share the folder with
ignorePerms = false; # By default, Syncthing doesn't sync file permissions. This line enables it for this folder.
};
};