nix-config/hosts/dishwasher/microvms.nix

12 lines
249 B
Nix

{ flake, ... }: {
microvm.vms = {
nextcloud = {
flake = flake;
updateFlake = "github:oxapentane/nix-config/master";
};
music = {
flake = flake;
updateFlake = "github:oxapentane/nix-config/master";
};
};
}