diff --git a/krebs/3modules/tinc.nix b/krebs/3modules/tinc.nix
index 444436149..4feb02d10 100644
--- a/krebs/3modules/tinc.nix
+++ b/krebs/3modules/tinc.nix
@@ -251,7 +251,7 @@ with import <stockholm/lib>;
         ];
         ExecStartPre = pkgs.writers.writeDash "init-tinc-${netname}" ''
           ${pkgs.coreutils}/bin/mkdir -p /etc/tinc
-          ${pkgs.rsync}/bin/rsync -vaL --delete \
+          ${pkgs.rsync}/bin/rsync -Lacv --delete \
             --chown ${cfg.user.name} \
             --chmod u=rwX,g=rX \
             ${cfg.confDir}/ /etc/tinc/${netname}/