{pkgs, ...}: { config = { users.users.christian = { packages = with pkgs; [ vim git ]; openssh.authorizedKeys.keyFiles = [ ./pubkey ]; }; }; }