summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2017-10-10 20:08:36 +0000
committerGitHub <noreply@github.com>2017-10-10 20:08:36 +0000
commit274c9b7587c98497f3b2ce062b8fad47841eba5a (patch)
tree75a1dca84d163585fc66cbfa4f9c6894e6b2fec4 /nixos
parentd26f8b5e00b4a436ec8f9b7fb1b55a0dbda440c5 (diff)
downloadnixlib-274c9b7587c98497f3b2ce062b8fad47841eba5a.tar
nixlib-274c9b7587c98497f3b2ce062b8fad47841eba5a.tar.gz
nixlib-274c9b7587c98497f3b2ce062b8fad47841eba5a.tar.bz2
nixlib-274c9b7587c98497f3b2ce062b8fad47841eba5a.tar.lz
nixlib-274c9b7587c98497f3b2ce062b8fad47841eba5a.tar.xz
nixlib-274c9b7587c98497f3b2ce062b8fad47841eba5a.tar.zst
nixlib-274c9b7587c98497f3b2ce062b8fad47841eba5a.zip
unbound: fix typo in systemd Before
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/unbound.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/unbound.nix b/nixos/modules/services/networking/unbound.nix
index f3a04d97c98e..bcce4accdd6e 100644
--- a/nixos/modules/services/networking/unbound.nix
+++ b/nixos/modules/services/networking/unbound.nix
@@ -105,7 +105,7 @@ in
       description = "Unbound recursive Domain Name Server";
       after = [ "network.target" ];
       before = [ "nss-lookup.target" ];
-      wants = [" nss-lookup.target" ];
+      wants = [ "nss-lookup.target" ];
       wantedBy = [ "multi-user.target" ];
 
       preStart = ''