fix: resolve anki warning

This commit is contained in:
2026-03-10 15:26:14 +01:00
parent 39f0df3f65
commit d8605c9c3f

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}";
}; };