From 2be213e454a292bd80ee00d7e091f5e09925ec5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Mon, 9 Feb 2026 21:57:17 +0100 Subject: [PATCH] terraform: update default template to nixos-25.11.20260207 Co-Authored-By: Claude Opus 4.5 --- terraform/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/variables.tf b/terraform/variables.tf index 2006a4b..4a44ed5 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -33,7 +33,7 @@ variable "default_target_node" { variable "default_template_name" { description = "Default template VM name to clone from" type = string - default = "nixos-25.11.20260203.e576e3c" + default = "nixos-25.11.20260207.23d72da" } variable "default_ssh_public_key" {