summaryrefslogtreecommitdiff
path: root/hosts/minime/uvm.nix
blob: 7f1057923da7930e2b51aadd6fee2a59615c5834 (plain)
1
2
3
4
5
6
7
8
9
10
{ inputs, ... }:
{
  microvm.stateDir = "/var/lib/microvms";
  microvm.vms = {
    authentik = {
      flake = inputs.self;
      updateFlake = "github:gshipunov/nix-config/master";
    };
  };
}