Skip to content

machine-id 🔹

Sets the /etc/machine-id and exposes it as a nix option

Categories

Uncategorized

Inventory Roles

Predefined roles

- `default`

For more information, see the inventory guide.

Usage

To use this module, import it like th:

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