Skip to content

root-password

Automatically generates and configures a password for the root user.

After the system was installed/deployed the following command can be used to display the root-password:

clan secrets get {machine_name}-password

See also: Facts / Secrets

Usage

To use this module, import it like this:

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