nix-config/hosts/dishwasher/microvms.nix

13 lines
262 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
};
};
}