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