From 89f9e3177cb84d7d876865b0f4d62bfe9b0d6c41 Mon Sep 17 00:00:00 2001 From: astro Date: Mon, 25 Nov 2024 13:33:09 +0000 Subject: [PATCH] deploy: 77f0b828505d569910502cd616718868d6a445e6 --- host-options.html | 12 +++++++----- microvm-options.html | 21 +++++++++++---------- print.html | 33 ++++++++++++++++++--------------- searchindex.js | 2 +- searchindex.json | 2 +- 5 files changed, 38 insertions(+), 32 deletions(-) diff --git a/host-options.html b/host-options.html index aabd2878..0fd5914b 100644 --- a/host-options.html +++ b/host-options.html @@ -203,13 +203,15 @@

mic systemd.services."microvm-tap-interfaces@%i.service".enable = false

Type: strings concatenated with “\n”

-

Default: -"''/nix/store/p6c92mx3kmnqcr482d16qqz67yqam72p-iproute2-6.10.0/bin/ip link set \"$id\" up"

-

Example:

+

Default:

''
-  # Attach tap interface to bridge br0, and bring it up
-  ''${pkgs.iproute2}/bin/ip link set "$id" master br0 up
+  /nix/store/p6c92mx3kmnqcr482d16qqz67yqam72p-iproute2-6.10.0/bin/ip link set "$id" up
 ''
+
+

Example:

+
# Attach tap interface to bridge br0, and bring it up
+"/nix/store/p6c92mx3kmnqcr482d16qqz67yqam72p-iproute2-6.10.0/bin/ip link set \"$id\" master br0 up"
+
 

Declared by: