mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-08-16 01:58:09 +02:00
fix sops file
This commit is contained in:
committed by
mergify[bot]
parent
62fc9f681a
commit
667dd1454b
@ -29,7 +29,10 @@ module "deploy" {
|
||||
target_host = hcloud_server.nixos_wiki.ipv4_address
|
||||
instance_id = hcloud_server.nixos_wiki.id
|
||||
extra_files_script = "${path.module}/decrypt-age-keys.sh"
|
||||
debug_logging = true
|
||||
extra_environment = {
|
||||
SOPS_FILE = var.sops_file
|
||||
}
|
||||
debug_logging = true
|
||||
}
|
||||
|
||||
locals {
|
||||
|
Reference in New Issue
Block a user