File tree Expand file tree Collapse file tree 3 files changed +33
-1
lines changed
Expand file tree Collapse file tree 3 files changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -223,6 +223,22 @@ <h2 id="microvmcpu"><a class="header" href="#microvmcpu">microvm.cpu</a></h2>
223223< ul >
224224< li > < a href ="https://github.com/microvm-nix/microvm.nix/tree/main/nixos-modules/microvm/options.nix "> microvm.nix/nixos-modules/microvm/options.nix</ a > </ li >
225225</ ul >
226+ < h2 id ="microvmcredentialfiles "> < a class ="header " href ="#microvmcredentialfiles "> microvm.credentialFiles</ a > </ h2 >
227+ < p > Key-value pairs of credential files that will be loaded into the vm using systemd’s io.systemd.credential feature.</ p >
228+ < p > < em > Type:</ em >
229+ attribute set of absolute path</ p >
230+ < p > < em > Default:</ em >
231+ < code > { }</ code > </ p >
232+ < p > < em > Example:</ em > </ p >
233+ < pre > < code > {
234+ SOPS_AGE_KEY = "/run/secrets/guest_microvm_age_key";
235+ }
236+
237+ </ code > </ pre >
238+ < p > < em > Declared by:</ em > </ p >
239+ < ul >
240+ < li > < a href ="https://github.com/microvm-nix/microvm.nix/tree/main/nixos-modules/microvm/options.nix "> microvm.nix/nixos-modules/microvm/options.nix</ a > </ li >
241+ </ ul >
226242< h2 id ="microvmcrosvmextraargs "> < a class ="header " href ="#microvmcrosvmextraargs "> microvm.crosvm.extraArgs</ a > </ h2 >
227243< p > Extra arguments to pass to crosvm.</ p >
228244< p > < em > Type:</ em >
Original file line number Diff line number Diff line change @@ -582,6 +582,22 @@ <h2 id="microvmcpu"><a class="header" href="#microvmcpu">microvm.cpu</a></h2>
582582< ul >
583583< li > < a href ="https://github.com/microvm-nix/microvm.nix/tree/main/nixos-modules/microvm/options.nix "> microvm.nix/nixos-modules/microvm/options.nix</ a > </ li >
584584</ ul >
585+ < h2 id ="microvmcredentialfiles "> < a class ="header " href ="#microvmcredentialfiles "> microvm.credentialFiles</ a > </ h2 >
586+ < p > Key-value pairs of credential files that will be loaded into the vm using systemd’s io.systemd.credential feature.</ p >
587+ < p > < em > Type:</ em >
588+ attribute set of absolute path</ p >
589+ < p > < em > Default:</ em >
590+ < code > { }</ code > </ p >
591+ < p > < em > Example:</ em > </ p >
592+ < pre > < code > {
593+ SOPS_AGE_KEY = "/run/secrets/guest_microvm_age_key";
594+ }
595+
596+ </ code > </ pre >
597+ < p > < em > Declared by:</ em > </ p >
598+ < ul >
599+ < li > < a href ="https://github.com/microvm-nix/microvm.nix/tree/main/nixos-modules/microvm/options.nix "> microvm.nix/nixos-modules/microvm/options.nix</ a > </ li >
600+ </ ul >
585601< h2 id ="microvmcrosvmextraargs "> < a class ="header " href ="#microvmcrosvmextraargs "> microvm.crosvm.extraArgs</ a > </ h2 >
586602< p > Extra arguments to pass to crosvm.</ p >
587603< p > < em > Type:</ em >
You can’t perform that action at this time.
0 commit comments