nix-config/hosts/dishwasher/microvms.nix

13 lines
249 B
Nix
Raw Normal View History

2023-01-24 20:40:41 +01:00
{ self, ... }: {
microvm.vms = {
nextcloud = {
flake = self;
updateFlake = "github:oxapentane/nix-config/master";
};
music = {
flake = self;
updateFlake = "github:oxapentane/nix-config/navidrome";
};
};
}