{ config, lib, ... }: with import ; { users.users.backup = { useDefaultShell = true; home = "/backups"; createHome = true; openssh.authorizedKeys.keys = with config.krebs.hosts; [ blue.ssh.pubkey ]; }; }