feat(secret): add bomba specific secrets

This commit is contained in:
2026-03-13 09:17:14 +01:00
parent 9d655192ad
commit 06467e4d87
4 changed files with 31 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
{ ... }:
{
sops.secrets = {
nextcloud_password.sopsFile = ../../secrets/bomba.sops.yaml;
};
}