12 lines
308 B
Nix
12 lines
308 B
Nix
{ inputs, ... }: {
|
|
microvm.vms = {
|
|
nextcloud = {
|
|
flake = inputs.self;
|
|
updateFlake = "git+https://git.sr.ht/~oxapentane/oxalab-config?ref=master";
|
|
};
|
|
music = {
|
|
flake = inputs.self;
|
|
updateFlake = "git+https://git.sr.ht/~oxapentane/oxalab-config?ref=master";
|
|
};
|
|
};
|
|
}
|