From 0cf72ec19117b4954c4297f4a92a48e46ae37613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 7 Feb 2026 15:02:16 +0100 Subject: [PATCH] terraform: update template to nixos-25.11.20260203.e576e3c 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 f0fae47..2006a4b 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.20260131.41e216c" + default = "nixos-25.11.20260203.e576e3c" } variable "default_ssh_public_key" {