{ config, ... }: { # this module passes openssh public keys to home-manager users.homeModules = [ { passthrough.publicKeys = config.global.auth.openssh.publicKeys; } ]; }