Don't triple-build jellyfin

This commit is contained in:
Greg Hellings
2025-04-17 22:48:42 -05:00
parent 7b7c1c9c81
commit 6c79fc2e29
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -66,7 +66,6 @@ rec {
vm-gitlab = vm { name = "vm-gitlab"; };
vm-jellyfin = vm { name = "vm-jellyfin"; };
jellyfin = vm-jellyfin;
vm-matrix = vm { name = "vm-matrix"; };
proxmoxtemplate = unstable { name = "proxmoxtemplate"; };
+1 -1
View File
@@ -1,6 +1,6 @@
{ top, ... }:
with top.self.nixosConfigurations;
{
jellyfin = vm-jellyfin.config.formats.proxmox;
#jellyfin = vm-jellyfin.config.formats.proxmox;
matrix = vm-matrix.config.formats.proxmox;
}