Update DNS for new Jellyfin box Update DHCP for new Jellyfin box Modify Isaiah to work better with VMs Update pinned packages becaue I derped hard on creating a cyclic dependency
7 lines
141 B
Nix
7 lines
141 B
Nix
{ top, ... }:
|
|
with top.self.nixosConfigurations;
|
|
{
|
|
jellyfin = vm-jellyfin.config.formats.qcow;
|
|
matrix = vm-matrix.config.formats.qcow;
|
|
}
|