nix-config/hosts/dishwasher/microvms.nix
2023-02-14 22:10:34 +01:00

12 lines
308 B
Nix

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