Initrd-ssh

The initssh module can be used by importing inputs.self.nixosModules.malobeo.initssh

let cfg = malobeo.initssh

cfg.enable

Enable the initssh module

Default false

cfg.authorizedKeys

Authorized keys for the initrd ssh

Default [ ]

cfg.ethernetDrivers

Ethernet drivers to load in the initrd.
Run lspci -k | grep -iA4 ethernet

Default: [ ]

Example: [ "r8169" ]