2023-01-24 20:51:02 +01:00
|
|
|
{ flake, ... }: {
|
2023-01-24 20:40:41 +01:00
|
|
|
microvm.vms = {
|
|
|
|
nextcloud = {
|
2023-01-24 20:51:02 +01:00
|
|
|
flake = flake;
|
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-01-24 20:51:02 +01:00
|
|
|
flake = flake;
|
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
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|