nixpkgs/modules/services
Eelco Dolstra 9771f0c96c sshd: Support multiple host keys
The option services.openssh.hostKeys now allows specifying multiple
host keys.  The default value enables both a DSA and ECDSA key.
(Clients by default will use the ECDSA key, unless known_hosts already
has a DSA key for that host.)  To use only an ECDSA key, you can say:

  services.openssh.hostKeys =
    [ { path = "/etc/ssh/ssh_host_ecdsa_key";
        type = "ecdsa";
        bits = 521;
      }
    ];
2013-08-24 01:01:10 +02:00
..
amqp Fix typos, especially those that end up in the NixOS manual 2013-08-10 21:07:13 +00:00
audio Merge hardware.pulseaudio and services.pulseaudio 2013-03-14 23:33:45 +01:00
backup Add several missing uids and gids to modules/misc/ids.nix 2013-08-23 11:37:17 +02:00
databases Add several missing uids and gids to modules/misc/ids.nix 2013-08-23 11:37:17 +02:00
games strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
hardware Fix typos, especially those that end up in the NixOS manual 2013-08-10 21:07:13 +00:00
logging Don't set $TZ 2013-04-22 18:56:19 +02:00
mail Add OpenSMTPD service option 2013-07-30 10:20:56 +02:00
misc nixos-help: Use xdg-open if available 2013-08-20 17:11:47 +02:00
monitoring Add several missing uids and gids to modules/misc/ids.nix 2013-08-23 11:37:17 +02:00
network-filesystems Add several missing uids and gids to modules/misc/ids.nix 2013-08-23 11:37:17 +02:00
networking sshd: Support multiple host keys 2013-08-24 01:01:10 +02:00
printing Add/fix systemd unit descriptions 2013-01-10 13:59:41 +01:00
scheduling atd: don't enable at daemon by default 2013-06-01 11:39:09 +02:00
security fail2ban: move /var/run/fail2ban creation to activation script to be able to restrict the write locations for the service properly, add configuration files to the restartTriggers. 2013-07-31 11:22:48 +02:00
system Add several missing uids and gids to modules/misc/ids.nix 2013-08-23 11:37:17 +02:00
torrent Add several missing uids and gids to modules/misc/ids.nix 2013-08-23 11:37:17 +02:00
ttys agetty: Add 57600 to the baud rate list. 2013-06-14 17:55:37 +02:00
web-servers Add several missing uids and gids to modules/misc/ids.nix 2013-08-23 11:37:17 +02:00
x11 xfce: Add tango-icon-theme 2013-08-15 18:02:55 +02:00