summaryrefslogtreecommitdiff
path: root/hosts/dishwasher/microvms.nix
blob: 012f5c25572ab5df1e7e4f83fb13d11d6398f0f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ 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";
    };
  };
}