feat: convert template-base into k8s-ready VM template
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 16s
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 16s
This commit is contained in:
@@ -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, ... }: {
|
||||
|
||||
Reference in New Issue
Block a user