chore[client]: stop anki autosync

This commit is contained in:
Leon Schwarzäugl 2025-10-11 23:31:38 +02:00
parent 1c692101b9
commit acd87fca74
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 2 additions and 2 deletions

View file

@ -14623,7 +14623,7 @@ This service changes the screen hue at night. I am not sure if that really does
spacebarRatesCard = true;
# videoDriver = "opengl";
sync = {
autoSync = true;
autoSync = false; # sync on profile close will delay system shutdown
syncMedia = true;
url = "https://${globals.services.ankisync.domain}";
usernameFile = nixosConfig.sops.secrets.anki-user.path;