From 0309f02fc5310dbc28fb6e66197cb5e1c18158ad Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 3 Nov 2011 02:14:40 +0000 Subject: [PATCH] * Add period. svn path=/nixos/trunk/; revision=30201 --- modules/services/networking/unbound.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/networking/unbound.nix b/modules/services/networking/unbound.nix index 27493e4dc5b..3c35c0c1dd5 100644 --- a/modules/services/networking/unbound.nix +++ b/modules/services/networking/unbound.nix @@ -64,7 +64,7 @@ in interfaces = mkOption { default = [ "127.0.0.0" "::1" ]; description = " - What addresses the server should listen to + What addresses the server should listen to. "; };