forked from CCCHH/nix-infra
Give the Proxmox VM template a nicer name
This commit is contained in:
parent
c427ff934a
commit
bd1d59e8b4
|
@ -9,6 +9,7 @@
|
||||||
{
|
{
|
||||||
proxmox = {
|
proxmox = {
|
||||||
qemuConf = {
|
qemuConf = {
|
||||||
|
name = "Template-NixOS-${config.system.nixos.release}";
|
||||||
boot = "order=virtio0";
|
boot = "order=virtio0";
|
||||||
cores = 2;
|
cores = 2;
|
||||||
memory = 512;
|
memory = 512;
|
||||||
|
|
Loading…
Reference in a new issue