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) ];