Erik Arvstedt
215c91d79e
nixos/initrd: improve descriptions
...
The improved lspci command shows all available ethernet controllers and
their kernel modules. Previously, the user had to provide the slot name
of a specific device.
2018-10-02 17:38:06 +02:00
Florian Klink
fff5923686
nixos/modules: users.(extraUsers|extraGroup->users|group)
2018-06-30 03:02:58 +02:00
Shea Levy
f2937b7485
initrd-ssh: Fix for new dropbear version.
...
For some reason 2018.76 dropped the -m flag.
2018-03-01 21:21:27 -05:00
volth
af6fc78f5d
initrd-ssh: generate hostkeys if absent
2017-12-03 02:27:29 +00:00
Shea Levy
3a26d09e15
initrd-ssh: Use initrd secrets for host keys
2017-04-02 16:33:37 -04:00
Jörg Thalheim
7ad01f5f0c
initrd-ssh: fix authorized_key generation with multiple keys
...
multiple entries should be separated by newline
2016-11-16 14:47:37 +00:00
Nikolay Amiantov
00f444d0c1
initrd-ssh service: check that authorized keys are added
2016-09-20 12:16:10 +03:00
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 901163c0c707d36323400394bf6e75adc4621e2f.
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