Files
nixos/vms/default.nix
T

7 lines
141 B
Nix
Raw Normal View History

2024-11-21 23:13:21 -06:00
{ top, ... }:
with top.self.nixosConfigurations;
{
jellyfin = vm-jellyfin.config.formats.qcow;
matrix = vm-matrix.config.formats.qcow;
}