about summary refs log tree commit diff
path: root/nixos/modules/system/boot/initrd-ssh.nix
AgeCommit message (Expand)AuthorFilesLines
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink1-1/+1
2018-03-01initrd-ssh: Fix for new dropbear version.Shea Levy1-1/+1
2017-12-03initrd-ssh: generate hostkeys if absentvolth1-4/+1
2017-04-02initrd-ssh: Use initrd secrets for host keysShea Levy1-16/+17
2016-11-16initrd-ssh: fix authorized_key generation with multiple keysJörg Thalheim1-1/+1
2016-09-20initrd-ssh service: check that authorized keys are addedNikolay Amiantov1-4/+8
2016-08-23initrd-ssh service: ensure that keys got copied into initrdNikolay Amiantov1-3/+7
2016-07-12nixos stage-1: unconditionally mount /dev/ptsNikolay Amiantov1-3/+0
2016-05-20initrd-ssh service: add assertions for host keysNikolay Amiantov1-0/+4
2016-05-07initrd-ssh service: fix buildNikolay Amiantov1-1/+1
2016-02-03initrd-ssh module: don't check if network is upNikolay Amiantov1-18/+16
2016-02-03initrd modules: move passwd and nsswitch back to initrd-sshNikolay Amiantov1-0/+2
2016-02-03initrd-ssh module: enable only if initrd network is enabledNikolay Amiantov1-1/+1
2016-02-02Split the initrd sshd support into a separate moduleEelco Dolstra1-0/+124