nix-config/hosts/minime/uvm.nix

15 lines
300 B
Nix
Raw Normal View History

2025-01-12 21:32:36 +01:00
{ inputs, ... }:
{
microvm.stateDir = "/var/lib/microvms";
microvm.vms = {
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";
};
};
}