Skip to content

Commit

Permalink
Fix tapScript doc rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Oct 19, 2024
1 parent 4d81c41 commit 1d6721c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nixos-modules/host/options.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@
''${pkgs.iproute2}/bin/ip link set "$id" master br0 up
'';
type = types.lines;
default = ''
${pkgs.iproute2}/bin/ip link set "$id" up
'';
default = "${pkgs.iproute2}/bin/ip link set "$id" up";
defaulText = "''${pkgs.iproute2}/bin/ip link set "$id" up";

Check warning on line 41 in nixos-modules/host/options.nix

View workflow job for this annotation

GitHub Actions / Spellcheck

"defaul" should be "default".
};

vms = mkOption {
Expand Down

0 comments on commit 1d6721c

Please sign in to comment.