Nikolay Amiantov
1df4dd6bf5
initrd-ssh service: ensure that keys got copied into initrd
...
Fixes #17927 .
2016-08-23 16:20:26 +03:00
Nikolay Amiantov
90ad879753
nixos stage-1: unconditionally mount /dev/pts
2016-07-12 22:22:28 +03:00
Nikolay Amiantov
53b8852498
initrd-ssh service: add assertions for host keys
2016-05-20 23:34:28 +03:00
Nikolay Amiantov
17e4803de7
initrd-ssh service: fix build
2016-05-07 15:38:46 +03:00
Nikolay Amiantov
1dce7c0b82
initrd-ssh module: don't check if network is up
...
We already do this in initrd-network.
2016-02-03 16:37:10 +03:00
Nikolay Amiantov
1d70e2fb75
initrd modules: move passwd and nsswitch back to initrd-ssh
...
Partially reverts commit 901163c0c7
.
This has broken remote SSH into initrd because ${cfg.shell} is not
expanded. Also, nsswitch is useless without libnss_files.so which
are installed by initrd-ssh.
2016-02-03 14:56:55 +03:00
Nikolay Amiantov
815ff00ee0
initrd-ssh module: enable only if initrd network is enabled
2016-02-03 14:55:52 +03:00
Eelco Dolstra
901163c0c7
Split the initrd sshd support into a separate module
...
Also, drop boot.initrd.postEarlyDeviceCommands since preLVMCommands
should work fine.
2016-02-02 19:59:27 +01:00