krebs hosts: add owner to testHosts, too ^_^'
This commit is contained in:
parent
cee44811cd
commit
e55b540928
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue