nixpkgs/nixos/modules/programs
Maximilian Bosch 3d6fe3d760
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
    '';
  };
}
```
2019-05-10 08:12:27 +02:00
..
bash nixos/bash: do not use /var/run 2019-03-20 00:01:45 +01:00
command-not-found lib.makePerlPath -> perlPackages.makePerlPath 2018-12-15 03:50:31 +00:00
digitalbitbox docs: format 2018-09-29 20:51:11 -04:00
zsh Merge pull request #51918 from bobvanderlinden/var-run 2019-04-07 20:09:46 +02:00
adb.nix Remove relatedPackages to fix ofborg evaluation 2018-12-20 19:29:00 +01:00
atop.nix [bot] nixos/*: remove unused arguments in lambdas 2018-07-20 20:56:59 +00:00
autojump.nix autojump: autoload when programs.autojump.enable is set. 2018-09-26 14:59:49 +02:00
bcc.nix [bot] nixos/*: remove unused arguments in lambdas 2018-07-20 20:56:59 +00:00
blcr.nix
browserpass.nix browserpass: Remove v2 and switch to buildGoModule (#60282) 2019-04-28 11:05:24 -07:00
ccache.nix
cdemu.nix
chromium.nix nixos/programs.chromium: write policies for google-chrome too 2018-02-23 19:00:26 +00:00
criu.nix programs.criu: add nixos option for installing criu + kernel flags 2018-02-15 09:10:32 +01:00
dconf.nix gnome3.gsettings-desktop-schemas -> gsettings-desktop-schemas 2019-04-17 13:39:23 -04:00
dmrconfig.nix nixos/dmrconfig: Add module to enable udev rules 2018-11-08 08:37:44 +01:00
environment.nix xdg: add modules for supporting various XDG specs 2018-08-16 21:23:34 +01:00
firejail.nix firejail: add nixos module 2018-07-14 20:21:41 +08:00
fish.nix nixos/fish: do not use /var/run 2019-03-20 00:01:45 +01:00
fish_completion-generator.patch nixos/fish: generate autocompletions from man pages 2019-02-27 12:23:48 +01:00
freetds.nix
gnupg.nix programs.gnupg: Support setting the gnupg package 2019-04-05 08:49:53 +02:00
gphoto2.nix nixos/modules: users.(extraUsers|extraGroup->users|group) 2018-06-30 03:02:58 +02:00
iftop.nix nixos/iftop: add module 2018-04-07 15:06:51 +02:00
iotop.nix nixos/iotop: don't install the package globally 2019-02-07 16:52:01 +01:00
java.nix
kbdlight.nix
less.nix nixos: add preferLocalBuild=true; on derivations for config files 2019-02-22 20:11:27 +01:00
light.nix light: user needs to be in the 'video' group 2018-09-30 21:21:23 -05:00
mininet.nix mininet: init at 2.3.0d4 (#41261) 2018-11-21 23:33:10 +00:00
mosh.nix nixos/programs.mosh: refactor 2018-06-08 20:57:16 +02:00
mtr.nix
nano.nix programs/nano: Generate nanorc if syntaxHighlight enabled 2019-01-14 23:27:04 +01:00
nm-applet.nix nixos/nm-applet: make the module smaller 2018-12-02 11:38:47 +00:00
npm.nix nixos/npm: add npm to the system closure by default (#42420) 2018-06-25 00:11:55 +02:00
nylas-mail.nix [bot]: remove unreferenced code 2018-07-20 18:48:37 +00:00
oblogout.nix
plotinus.nix nixos/plotinus: add module to enable plotinus 2018-02-14 22:25:12 +01:00
plotinus.xml docs: format 2018-09-29 20:51:11 -04:00
qt5ct.nix
screen.nix nixos/screen: add pkgs.screen to the system closure 2018-06-23 11:17:10 +02:00
sedutil.nix nixos sedutil: module for setting up kernel parameters 2018-03-19 12:12:56 +08:00
shadow.nix sg/newgrp should always be available, not chfn 2018-01-14 20:54:40 +01:00
shell.nix improve shell.nix warning messages 2018-10-28 14:08:01 +01:00
singularity.nix nixos/singularity: fix singularity output 2019-01-31 11:04:16 +00:00
slock.nix
spacefm.nix
ssh.nix nixos/ssh: apply options after extraConfig 2019-02-18 21:58:46 +00:00
ssmtp.nix
sway.nix sway: Read the configuration from /etc before /nix/store (#60319) 2019-04-27 22:38:18 +02:00
sysdig.nix
systemtap.nix [bot] nixos/*: remove unused arguments in lambdas 2018-07-20 20:56:59 +00:00
thefuck.nix nixos/thefuck: don't run thefuck on `environment.shellInit' 2018-10-03 02:11:17 +02:00
tmux.nix [bot] treewide: remove unused 'inherit' in let blocks 2018-07-20 19:38:19 +00:00
udevil.nix nixos udevil: set up wrapper for udevil 2018-02-26 14:30:22 +08:00
venus.nix
vim.nix
virtualbox.nix
wavemon.nix nixos/wavemon: create module 2018-09-07 20:35:17 +02:00
way-cooler.nix way-cooler: 0.8.0 -> 0.8.1 (#53220) 2019-01-15 23:05:17 +02:00
waybar.nix nixos/waybar: init module 2019-03-18 09:56:27 +01:00
wireshark.nix nixos/modules: users.(extraUsers|extraGroup->users|group) 2018-06-30 03:02:58 +02:00
xfs_quota.nix
xonsh.nix nixos/xonsh: do not use /var/run 2019-03-20 00:01:45 +01:00
xss-lock.nix nixos/xss-lock: specify a default locker 2019-01-05 16:42:30 +01:00
yabar.nix nixos/yabar: fix module & test (#46954) 2018-09-20 12:47:46 +02:00
zmap.nix nixos/zmap: init module 2019-05-10 08:12:27 +02:00