refactor names for customs and templates for more clarity. templates are self contained instead of depending on others

This commit is contained in:
Sagar Ch 2024-05-23 17:01:10 +00:00
parent ad2092531c
commit 82513c0714
4 changed files with 101 additions and 88 deletions

View file

@ -17,7 +17,7 @@
name = "playfulness";
};
nixmox = customizeImage images.debian.v12.proxmox (images.debian.customs.rooted // {
nixmox = customizeImage images.debian.v12.proxmox (images.debian.templates.rooted // {
name = "nixmox";
});