nix-config/hosts/dishwasher/microvms.nix

12 lines
262 B
Nix

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