Move secrets to subfolder

This commit is contained in:
2025-10-21 21:47:05 +11:00
parent fd7fdd00f3
commit c473ef68fd
5 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ provider "nomad" {
} }
data "sops_file" "secrets" { data "sops_file" "secrets" {
source_file = "secrets.enc.json" source_file = "secrets/secrets.enc.json"
} }
provider "cloudflare" { provider "cloudflare" {

View File

@@ -15,7 +15,7 @@ Put the age keys in /home/<user>/.config/sops/age/keys.txt
## Adding Secrets ## Adding Secrets
Edit the secrets using `sops secrets.enc.json` Edit the secrets using `sops secrets/secrets.enc.json`
# Bootstrapping (starting without PostgreSQL running) # Bootstrapping (starting without PostgreSQL running)