From d5f187de0320ad96f9966240e92a3fe97ec81f06 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 20 Apr 2015 16:12:19 +0200 Subject: [PATCH] Typo --- nixos/modules/tasks/network-interfaces-scripted.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/tasks/network-interfaces-scripted.nix b/nixos/modules/tasks/network-interfaces-scripted.nix index fd545a723e76..328d94cbb05c 100644 --- a/nixos/modules/tasks/network-interfaces-scripted.nix +++ b/nixos/modules/tasks/network-interfaces-scripted.nix @@ -107,7 +107,7 @@ in ips = interfaceIps i; in nameValuePair "network-addresses-${i.name}" - { description = "Addresss configuration of ${i.name}"; + { description = "Address configuration of ${i.name}"; wantedBy = [ "network-interfaces.target" ]; before = [ "network-interfaces.target" ]; bindsTo = [ (subsystemDevice i.name) ];