one flake containing all of my nixos configs
{
  lib,
  sshKeys,
  ...
}: {
  users.users.chris.openssh.authorizedKeys.keys = lib.attrValues sshKeys.usesRemoteBuilders;
}