Don't triple-build jellyfin
This commit is contained in:
@@ -66,7 +66,6 @@ rec {
|
|||||||
|
|
||||||
vm-gitlab = vm { name = "vm-gitlab"; };
|
vm-gitlab = vm { name = "vm-gitlab"; };
|
||||||
vm-jellyfin = vm { name = "vm-jellyfin"; };
|
vm-jellyfin = vm { name = "vm-jellyfin"; };
|
||||||
jellyfin = vm-jellyfin;
|
|
||||||
vm-matrix = vm { name = "vm-matrix"; };
|
vm-matrix = vm { name = "vm-matrix"; };
|
||||||
proxmoxtemplate = unstable { name = "proxmoxtemplate"; };
|
proxmoxtemplate = unstable { name = "proxmoxtemplate"; };
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{ top, ... }:
|
{ top, ... }:
|
||||||
with top.self.nixosConfigurations;
|
with top.self.nixosConfigurations;
|
||||||
{
|
{
|
||||||
jellyfin = vm-jellyfin.config.formats.proxmox;
|
#jellyfin = vm-jellyfin.config.formats.proxmox;
|
||||||
matrix = vm-matrix.config.formats.proxmox;
|
matrix = vm-matrix.config.formats.proxmox;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user