diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2019-05-10 08:12:27 +0200 |
|---|---|---|
| committer | Maximilian Bosch <maximilian@mbosch.me> | 2019-05-10 08:12:27 +0200 |
| commit | 3d6fe3d7600c4495abc435bf34f98edb9e59e232 (patch) | |
| tree | 3691c30149690f3730c51391595b8cdf412a92db /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | ecafe8a7afe8b858557a98817e076d5cf8dbe6dd (diff) | |
nixos/zmap: init module
The module installs `zmap` globally and links the config files to
`/etc/zmap`, the default location of config files for zmap.
The package provides pretty much a sensitive default, custom configs can
be created like this:
```
{ lib, ... }:
{
environment.etc."zmap/blacklist.conf" = lib.mkForce {
text = ''
# custom zmap blacklist
0.0.0.0/0
'';
};
}
```
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
