2025-01-12 21:32:36 +01:00
|
|
|
{ inputs, ... }:
|
|
|
|
{
|
|
|
|
microvm.stateDir = "/var/lib/microvms";
|
|
|
|
microvm.vms = {
|
2025-01-14 21:24:05 +00:00
|
|
|
auth = {
|
|
|
|
flake = inputs.self;
|
|
|
|
updateFlake = "github:gshipunov/nix-config/master";
|
|
|
|
};
|
|
|
|
radicale = {
|
2025-01-12 21:32:36 +01:00
|
|
|
flake = inputs.self;
|
|
|
|
updateFlake = "github:gshipunov/nix-config/master";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|