From bd1d59e8b4c4da151eb07ee3169814b764c65cbf Mon Sep 17 00:00:00 2001 From: julian Date: Thu, 14 Sep 2023 20:14:35 +0200 Subject: [PATCH] Give the Proxmox VM template a nicer name --- config/nixos-generators/proxmox.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/nixos-generators/proxmox.nix b/config/nixos-generators/proxmox.nix index e8cbc85..36129b7 100644 --- a/config/nixos-generators/proxmox.nix +++ b/config/nixos-generators/proxmox.nix @@ -9,6 +9,7 @@ { proxmox = { qemuConf = { + name = "Template-NixOS-${config.system.nixos.release}"; boot = "order=virtio0"; cores = 2; memory = 512;