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