diff --git a/hosts/PW05CH3L/modules/wiki.nix b/hosts/PW05CH3L/modules/wiki.nix index 2e54e104..7d0b7c9a 100644 --- a/hosts/PW05CH3L/modules/wiki.nix +++ b/hosts/PW05CH3L/modules/wiki.nix @@ -18,6 +18,7 @@ with lib; text = '' ${getExe pkgs.rsync} -avz --update \ + --exclude result \ ${remoteIpAddress}:${wikiPath}/ ${wikiPath} "$@" ''; })