Give the Proxmox VM template a nicer name

This commit is contained in:
June 2023-09-14 20:14:35 +02:00
parent c427ff934a
commit bd1d59e8b4

View file

@ -9,6 +9,7 @@
{
proxmox = {
qemuConf = {
name = "Template-NixOS-${config.system.nixos.release}";
boot = "order=virtio0";
cores = 2;
memory = 512;