update target name in .sops.yaml

This commit is contained in:
Julien Malka
2024-02-17 17:26:38 +01:00
parent e3b2f15a68
commit d92b3a27b3
4 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ module "wiki" {
domain = "nixos-wiki2.thalheim.io"
nixos_flake_attr = "nixos-wiki-nixos-org"
nixos_vars_file = "${path.module}/nixos-vars.json"
sops_file = abspath("${path.module}/secrets.yaml")
sops_file = abspath("${path.module}/secrets/secrets.yaml")
tags = {
Terraform = "true"
Target = "wiki.nixos.org"