nix-config/hosts/dishwasher/microvms.nix

12 lines
295 B
Nix

{ flake, ... }: {
microvm.vms = {
nextcloud = {
flake = flake;
updateFlake = "git+https://git.sr.ht/~oxapentane/oxalab-config?ref=master";
};
music = {
flake = flake;
updateFlake = "git+https://git.sr.ht/~oxapentane/oxalab-config?ref=master";
};
};
}