boot.initrd.network.ssh.authorizedKeyFiles

NixOS option

Authorized keys taken from files for the root user on initrd. You can combine the authorizedKeyFiles and authorizedKeys options.

type: list of absolute path
Default
config.users.users.root.openssh.authorizedKeys.keyFiles
declared in: nixos/modules/system/boot/initrd-ssh.nixView source on NixOS/nixpkgs →