nix-config/hosts/dishwasher/microvms.nix
2023-01-24 20:40:41 +01:00

12 lines
249 B
Nix

{ self, ... }: {
microvm.vms = {
nextcloud = {
flake = self;
updateFlake = "github:oxapentane/nix-config/master";
};
music = {
flake = self;
updateFlake = "github:oxapentane/nix-config/navidrome";
};
};
}