fixup! vault: implement bootstrap integration
Some checks failed
Run nix flake check / flake-check (push) Failing after 6m7s

This commit is contained in:
2026-02-02 22:59:46 +01:00
parent 1f4b7a6cbc
commit 1ae0e67e80
7 changed files with 150 additions and 2 deletions

View File

@@ -33,7 +33,8 @@ variable "default_target_node" {
variable "default_template_name" {
description = "Default template VM name to clone from"
type = string
default = "nixos-25.11.20260128.fa83fd8"
# default = "nixos-25.11.20260128.fa83fd8"
default = "nixos-25.11.20260131.41e21c"
}
variable "default_ssh_public_key" {