nix-config/hosts/dishwasher/microvms.nix
2023-05-15 16:50:29 +02:00

16 lines
368 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";
};
news = {
flake = inputs.self;
updateFlake = "github:oxapentane/nix-config/master";
};
};
}