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