Make Isaiah a Proxmox node

This commit is contained in:
Greg Hellings
2024-11-25 13:56:52 -06:00
parent ed53532eed
commit 8730a7f963
5 changed files with 301 additions and 137 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{ top, ... }:
with top.self.nixosConfigurations;
{
jellyfin = vm-jellyfin.config.formats.qcow;
matrix = vm-matrix.config.formats.qcow;
jellyfin = vm-jellyfin.config.formats.proxmox;
matrix = vm-matrix.config.formats.proxmox;
}