{ config, desktop, lib, pkgs, ... }: {
users.users.root.openssh.authorizedKeys.keyFiles = [
../../../keys/ssh/keys.txt
];
}