fix(anki): allow anki to write to 'prefs21.db'

This commit is contained in:
2026-08-23 00:16:55 +02:00
parent 9183b17731
commit 39a9dd9427
+3
View File
@@ -53,6 +53,9 @@ in
keyFile = "${sops.secrets."anki/sync-key".path}"; keyFile = "${sops.secrets."anki/sync-key".path}";
}; };
}; };
# allow Anki to write prefs
home.file."${config.xdg.dataHome}/Anki2/prefs21.db".enable = lib.mkForce false;
} }
); );
} }