fix sops file

This commit is contained in:
Jörg Thalheim
2023-10-24 18:37:53 +02:00
committed by mergify[bot]
parent 62fc9f681a
commit 667dd1454b
4 changed files with 13 additions and 2 deletions

View File

@ -20,6 +20,11 @@ variable "nixos_vars_file" {
description = "File to write NixOS configuration variables to"
}
variable "sops_file" {
type = string
description = "File to SOPS secrets file"
}
variable "nixos_flake_attr" {
type = string
description = "NixOS configuration flake attribute"