blob: 0437cdfbfd7d89dda16b99e66c48c642896fc8b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{ inputs, ... }:
{
microvm.stateDir = "/var/lib/microvms";
microvm.vms = {
auth = {
flake = inputs.self;
updateFlake = "github:gshipunov/nix-config/master";
};
radicale = {
flake = inputs.self;
updateFlake = "github:gshipunov/nix-config/master";
};
};
}
|