From 89f9e3177cb84d7d876865b0f4d62bfe9b0d6c41 Mon Sep 17 00:00:00 2001
From: astro 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:
[ ]
Example:
[ {
- bus = "pci";
- path = "0000:01:00.0";
- } {
- bus = "pci";
- path = "0000:01:01.0";
- } {
- # QEMU only
- bus = "usb";
- path = "vendorid=0xabcd,productid=0x0123";
- } ]
+ bus = "pci";
+ path = "0000:01:00.0";
+} {
+ bus = "pci";
+ path = "0000:01:01.0";
+} {
+ # QEMU only
+ bus = "usb";
+ path = "vendorid=0xabcd,productid=0x0123";
+} ]
+
Declared by:
[ ]
Example:
[ {
- bus = "pci";
- path = "0000:01:00.0";
- } {
- bus = "pci";
- path = "0000:01:01.0";
- } {
- # QEMU only
- bus = "usb";
- path = "vendorid=0xabcd,productid=0x0123";
- } ]
+ bus = "pci";
+ path = "0000:01:00.0";
+} {
+ bus = "pci";
+ path = "0000:01:01.0";
+} {
+ # QEMU only
+ bus = "usb";
+ path = "vendorid=0xabcd,productid=0x0123";
+} ]
+
Declared by:
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: