New host
This commit is contained in:
parent
0ba7940dba
commit
78f9e0f501
24 changed files with 112 additions and 110 deletions
|
|
@ -3,6 +3,7 @@ rec {
|
|||
colmena = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG2r9aO4pty4j2dgRIKe68DPPwdtZBEDlz54F2VBdKcg pazpi@colmena";
|
||||
|
||||
ai = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAm5OG80MtjLCEnibCTgW1oeVRmVYVlVwf28HZAWQZE6 ai";
|
||||
fam-pc = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIARBmCWAJLqY+oQodAQe16qm8rnC4tzJHQJEOGJ+aLYD pazpi@FAM-PC";
|
||||
|
||||
# The key are found executing `ssh-keyscan <ip-address>`
|
||||
machines = {
|
||||
|
|
@ -26,7 +27,7 @@ rec {
|
|||
# Machines able to provisioning other machines
|
||||
provisioning-machine = [
|
||||
colmena
|
||||
deadbeef
|
||||
fam-pc
|
||||
];
|
||||
|
||||
# Machines able to login with other machines
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue