summaryrefslogtreecommitdiff
path: root/modules/snorlax/uvm.nix
blob: 9abd85a3db89d0bb932309146a884d9891daa84c (plain)
1
2
3
4
5
6
{ ... }:
{
  microvm.autostart = [
    "test1"
  ];
}