Skip to content

sshd

Enables secure remote access to the machine over ssh

Usage

To use this module, import it like this:

{config, lib, inputs, ...}: {
    imports = [ inputs.clan-core.clanModules.sshd ];
    # ...
}