summaryrefslogtreecommitdiff
path: root/hosts/dishwasher/microvms.nix
blob: fd2faa366378da4816c434598de6107b01943e00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ flake, ... }: {
  microvm.vms = {
    nextcloud = {
      flake = flake;
      updateFlake = "github:oxapentane/nix-config/master";
    };
    music = {
      flake = flake;
      updateFlake = "github:oxapentane/nix-config/navidrome";
    };
  };
}