7 lines
148 B
Nix
7 lines
148 B
Nix
{ top, ... }:
|
|
with top.self.nixosConfigurations;
|
|
{
|
|
#jellyfin = vm-jellyfin.config.formats.proxmox;
|
|
matrix = vm-matrix.config.formats.proxmox;
|
|
}
|