Export shared ZFS nix-store module

This commit is contained in:
Timothy J. Aveni
2026-06-30 21:43:28 -07:00
parent 3f26531f74
commit 837dea284c
6 changed files with 69 additions and 41 deletions
+6
View File
@@ -31,6 +31,12 @@ variable "builder_git_rev" {
description = "Git revision of this AMI builder."
}
variable "builder_repo_url" {
type = string
default = "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/nixos-zfs-ec2-ami.git"
description = "Repository URL containing the AMI builder and shared NixOS modules."
}
variable "flake_lock_rev" {
type = string
description = "Revision or hash representing flake.lock inputs."