summaryrefslogtreecommitdiff
path: root/hosts/dishwasher/microvms.nix
blob: 224de3c75b718c96f320b0d5feb09a68b6fb234f (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/master";
    };
  };
}