krebs hosts: add owner to testHosts, too ^_^'

This commit is contained in:
tv 2018-12-11 23:11:40 +01:00
parent cee44811cd
commit e55b540928

View File

@ -33,7 +33,7 @@ with import <stockholm/lib>;
};
});
in {
hosts = mapAttrs hostDefaults {
hosts = mapAttrs hostDefaults ({
hotdog = {
ci = true;
nets = {
@ -153,7 +153,7 @@ in {
ssh.privkey.path = <secrets/ssh.id_ed25519>;
ssh.pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKYMXMWZIK0jjnZDM9INiYAKcwjXs2241vew54K8veCR";
};
} // testHosts;
} // testHosts);
users = {
krebs = {
pubkey = "lol"; # TODO krebs.users.krebs.pubkey should be unnecessary