nix-config/hosts/dishwasher/microvms.nix

17 lines
368 B
Nix
Raw Normal View History

2023-02-14 22:10:34 +01:00
{ inputs, ... }: {
2023-01-24 20:40:41 +01:00
microvm.vms = {
nextcloud = {
2023-02-14 22:10:34 +01:00
flake = inputs.self;
2023-03-22 21:45:06 +01:00
updateFlake = "github:oxapentane/nix-config/master";
2023-01-24 20:40:41 +01:00
};
music = {
2023-02-14 22:10:34 +01:00
flake = inputs.self;
2023-03-22 21:45:06 +01:00
updateFlake = "github:oxapentane/nix-config/master";
2023-01-24 20:40:41 +01:00
};
2023-05-15 16:50:29 +02:00
news = {
flake = inputs.self;
updateFlake = "github:oxapentane/nix-config/master";
};
2023-01-24 20:40:41 +01:00
};
}