Fix the Part-DB pathing issues.

This commit is contained in:
Root User 2026-02-07 18:46:43 +01:00
parent 9db947284f
commit e7722f83fd
Signed by: root
GPG key ID: 087F0A95E5766D72
4 changed files with 37 additions and 48 deletions

View file

@ -26,5 +26,5 @@
# This will generate a new key if the key specified above does not exist
sops.age.generateKey = true;
# Use the flat key name with quotes
sops.secrets."songsheet/database" = {};
sops.secrets."songsheet/database/DATABASE_URL" = {};
}