mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
unbound service: whitespace fixes
This commit is contained in:
parent
03c2c87ed6
commit
6df8de50f3
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user