unbound service: whitespace fixes

This commit is contained in:
Joachim Fasting 2016-08-30 19:30:28 +02:00
parent 03c2c87ed6
commit 6df8de50f3
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -46,7 +46,7 @@ in
enable = mkEnableOption "Unbound domain name server";
allowedAccess = mkOption {
default = ["127.0.0.0/24"];
default = [ "127.0.0.0/24" ];
type = types.listOf types.str;
description = "What networks are allowed to use unbound as a resolver.";
};
@ -93,7 +93,7 @@ in
};
systemd.services.unbound = {
description="Unbound recursive Domain Name Server";
description = "Unbound recursive Domain Name Server";
after = [ "network.target" ];
before = [ "nss-lookup.target" ];
wants = [" nss-lookup.target" ];