fix(secrets): update publicKeys entry from "ovh.age" to "cloudflare.age"

This commit is contained in:
Giulio De Pasquale 2025-06-05 16:56:24 +01:00
parent 504f3590d3
commit 31dc159727

View File

@ -11,5 +11,5 @@ in
"nextcloud-database.age".publicKeys = pubkeys;
"restic-environment.age".publicKeys = pubkeys;
"restic-passwords.age".publicKeys = pubkeys;
"ovh.age".publicKeys = pubkeys;
"cloudflare.age".publicKeys = pubkeys;
}