Merge pull request #102530 from Ma27/fix-initrd-network-ssh-test
nixos/initrd-network-ssh: fix test
This commit is contained in:
commit
d6b804db2f
@ -22,6 +22,10 @@ import ../make-test-python.nix ({ lib, ... }:
|
|||||||
hostKeys = [ ./ssh_host_ed25519_key ];
|
hostKeys = [ ./ssh_host_ed25519_key ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
boot.initrd.extraUtilsCommands = ''
|
||||||
|
mkdir -p $out/secrets/etc/ssh
|
||||||
|
cat "${./ssh_host_ed25519_key}" > $out/secrets/etc/ssh/sh_host_ed25519_key
|
||||||
|
'';
|
||||||
boot.initrd.preLVMCommands = ''
|
boot.initrd.preLVMCommands = ''
|
||||||
while true; do
|
while true; do
|
||||||
if [ -f fnord ]; then
|
if [ -f fnord ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user