fix: resolve anki warning

This commit is contained in:
2026-03-11 21:25:32 +01:00
parent 4fae852ab1
commit 5b19722ab1
+1 -1
View File
@@ -26,7 +26,7 @@ in
puppy-reinforcement puppy-reinforcement
review-heatmap review-heatmap
]; ];
sync = lib.mkIf sopsAvailable { profiles."User 1".sync = lib.mkIf sopsAvailable {
usernameFile = "${sopsSecrets."anki_sync_user".path}"; usernameFile = "${sopsSecrets."anki_sync_user".path}";
keyFile = "${sopsSecrets."anki_sync_key".path}"; keyFile = "${sopsSecrets."anki_sync_key".path}";
}; };