Move syncthing options to new format

This commit is contained in:
Toast 2023-12-01 00:00:42 +01:00 committed by Toast
parent 63d6a617c1
commit d5098eb264
5 changed files with 33 additions and 33 deletions

View file

@ -11,7 +11,7 @@
key = config.age.secrets.syncthingKey.path;
cert = config.age.secrets.syncthingCert.path;
guiAddress = "0.0.0.0:8384";
folders = {
settings.folders = {
"passwords" = {
path = "${config.services.syncthing.dataDir}/passwords";
};