nix-config/hosts/minime/uvm.nix

11 lines
196 B
Nix
Raw Normal View History

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