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