Skip to content

Commit

Permalink
network-interfaces service: fix typo in bonding options
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Feb 18, 2017
1 parent 5e0b978 commit 313ccd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/tasks/network-interfaces-systemd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ in
ms = trans (v: v + "ms");
in {
Mode = simp "mode";
TransmitHashPolixy = simp "xmit_hash_policy";
TransmitHashPolicy = simp "xmit_hash_policy";
LACPTransmitRate = simp "lacp_rate";
MIIMonitorSec = ms "miimon";
UpDelaySec = ms "updelay";
Expand Down

0 comments on commit 313ccd5

Please sign in to comment.