Skip to content

Commit 32b5d64

Browse files
SuperSandro2000MarcelCoding
authored andcommitted
Fix tapScript doc rendering
Co-authored-by: Marcel <[email protected]>
1 parent 4d81c41 commit 32b5d64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nixos-modules/host/options.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
default = ''
4141
${pkgs.iproute2}/bin/ip link set "$id" up
4242
'';
43+
defaultText = "''${pkgs.iproute2}/bin/ip link set \"$id\" up";
4344
};
4445

4546
vms = mkOption {

0 commit comments

Comments
 (0)