l backup: add blue to authorizedKeys

This commit is contained in:
lassulus 2018-05-20 10:32:07 +02:00
parent c7d373f814
commit cd145bb426

View File

@ -15,6 +15,7 @@ with import <stockholm/lib>;
openssh.authorizedKeys.keys = with config.krebs.hosts; [
mors.ssh.pubkey
prism.ssh.pubkey
blue.ssh.pubkey
];
};
}