blob: e395f10df8d40cf62c8c7da902c16e22bb681aff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{ inputs, ... }: {
microvm.vms = {
nextcloud = {
flake = inputs.self;
updateFlake = "github:oxapentane/nix-config/master";
};
music = {
flake = inputs.self;
updateFlake = "github:oxapentane/nix-config/master";
};
};
}
|