8 lines
166 B
Nix
8 lines
166 B
Nix
_: {
|
|
microvm.vms = {
|
|
# vm-headscale = genVMConfig {
|
|
# name = "vm-headscale";
|
|
# config = import ./headscale.nix { inherit config; };
|
|
# };
|
|
};
|
|
}
|