nixpkgs/nixos/modules
Eelco Dolstra 401782cb67 Revert "openssh: 6.9p1 -> 7.0p1"
This reverts commit a8eb2a6a81. OpenSSH
7.0 is causing too many interoperability problems so soon before the
15.08 release.

For instance, it causes NixOps EC2 initial deployments to fail with
"REMOTE HOST IDENTIFICATION HAS CHANGED". This is because the client
knows the server's ssh-dss host key, but this key is no longer
accepted by default. Setting "HostKeyAlgorithms" to "+ssh-dss" does
not work because it causes ssh-dss to be ordered after
"ecdsa-sha2-nistp521", which the server also offers. (Normally, ssh
prioritizes host key algorithms for which the client has a known host
key, but not if you set HostKeyAlgorithms.)
2015-08-20 14:08:18 +02:00
..
config nixos: generate infodirs directly in system-path 2015-08-18 18:42:57 +00:00
hardware bumblebee: remove redundant bash process 2015-08-03 23:26:23 +03:00
installer nixos-generate-config: Don't enable vbox guest via deprecated option 2015-08-16 00:32:37 +02:00
misc Unify NixOS and Nixpkgs channel structure 2015-08-05 17:37:11 +02:00
profiles nixos/ISO profile: fix defaultLocales :-) 2015-08-06 12:30:38 +02:00
programs Revert "openssh: 6.9p1 -> 7.0p1" 2015-08-20 14:08:18 +02:00
security ecryptfs: 2015-08-19 12:16:57 +01:00
services Revert "openssh: 6.9p1 -> 7.0p1" 2015-08-20 14:08:18 +02:00
system Allow units to specify that they shouldn't be stopped when removed 2015-08-07 05:37:23 +02:00
tasks Don't include wireless tools in containers 2015-07-22 12:51:21 +02:00
testing test-instrumentation.nix: Prevent calling a pager 2015-01-15 14:39:29 +01:00
virtualisation nixos/vbox: Move all options to virtualisation.*. 2015-08-13 12:28:24 +02:00
module-list.nix nixos xfs_quota: add new module for managing xfs_quota projects 2015-08-19 16:09:35 +02:00
rename.nix nixos: make services.smartd much more helpful 2015-08-16 22:36:13 +00:00