feat: convert template-base into k8s-ready VM template
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 16s

This commit is contained in:
2026-03-01 01:24:45 +00:00
parent dad409a5b7
commit 3bdf3f8d84
5 changed files with 80 additions and 14 deletions

View File

@@ -1,8 +1,8 @@
{
description = "Base NixOS config for Proxmox template";
description = "Kubernetes-ready NixOS base template";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
};
outputs = { nixpkgs, ... }: {