Files
clan-core/clanServices/emergency-access

This service will automatically set the emergency access password if your system fails to boot.

Usage

inventory.instances = {
  default = {
    module = {
      name = "emergency-access";
      input = "clan-core";
    };

    roles.default.tags.nixos = { };
  };
}