summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/sync-containers.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2022-02-01 13:54:09 +0100
committermakefu <github@syntax-fehler.de>2022-02-01 13:54:09 +0100
commitc564c4f0f48e6d6e889f50b520b7c512df527660 (patch)
tree540a8ed795596c2de673f1fb4326dd89a003c1a4 /krebs/3modules/sync-containers.nix
parent965a6c96c3b7216bf8ca1b985f8bece6c73213c4 (diff)
parentbe042e3446905e2517b530403bacc63b6de49d34 (diff)
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'krebs/3modules/sync-containers.nix')
-rw-r--r--krebs/3modules/sync-containers.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/sync-containers.nix b/krebs/3modules/sync-containers.nix
index e47f9a3a..e2caa083 100644
--- a/krebs/3modules/sync-containers.nix
+++ b/krebs/3modules/sync-containers.nix
@@ -97,7 +97,7 @@ in {
${pkgs.coreutils}/bin/chmod a+x /var/lib/containers || :
'';
- services.syncthing.declarative.folders = (mapAttrs' (_: ctr: nameValuePair "${(paths ctr.name).${ctr.format}}" ({
+ services.syncthing.folders = (mapAttrs' (_: ctr: nameValuePair "${(paths ctr.name).${ctr.format}}" ({
devices = ctr.peers;
ignorePerms = false;
})) cfg.containers);