nix-config/hosts/dishwasher/microvms.nix

13 lines
308 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-02-11 17:36:34 +01:00
updateFlake = "git+https://git.sr.ht/~oxapentane/oxalab-config?ref=master";
2023-01-24 20:40:41 +01:00
};
music = {
2023-02-14 22:10:34 +01:00
flake = inputs.self;
2023-02-11 17:36:34 +01:00
updateFlake = "git+https://git.sr.ht/~oxapentane/oxalab-config?ref=master";
2023-01-24 20:40:41 +01:00
};
};
}