From 313ccd5be3bfe780356615d22e54428fdb4c165b Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Sat, 18 Feb 2017 15:51:07 +0100 Subject: [PATCH] network-interfaces service: fix typo in bonding options --- nixos/modules/tasks/network-interfaces-systemd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/tasks/network-interfaces-systemd.nix b/nixos/modules/tasks/network-interfaces-systemd.nix index 736292400fd4..8b85ff0057f9 100644 --- a/nixos/modules/tasks/network-interfaces-systemd.nix +++ b/nixos/modules/tasks/network-interfaces-systemd.nix @@ -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";