Files
infrastructure/doc/src/module/initssh.md
2025-01-02 14:06:19 +01:00

423 B

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" ]