TEMPLATE_STORAGE='pve-shared'# Name of the template file downloaded from Hydra.TEMPLATE_FILE='nixos-system-x86_64-linux.tar.xz'# Name to assign to new NixOS container.CONTAINER_HOSTNAME='nixos'# Which storage location to place the new NixOS container.CONTAINER_STORAGE='local-lvm'# How much RAM to assign the new container.CONTAINER_RAM_IN_MB='8192'# How much disk space to assign the new container.CONTAINER_DISK_SIZE_IN_GB='80'