mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: retrieve host keys for sire's vms
This commit is contained in:
parent
2476879e73
commit
21375353a8
6 changed files with 9 additions and 5 deletions
|
@ -1 +1 @@
|
||||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINIoRbU/YRiGKC0mXggTEvjxzR9Wno3Z4dLL0rzryvOn
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDw9qImFNjVaczsdEhRaIEWrCdWEQKc4ks3rxFgwOqxm
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOanBR6abVoPfpH9RyhxaJ1dg0/+VFAUyCfQzFqxGBzk
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB6cLTud4F76d1LrRh2pkS0t1Z4ob5B4BpzG57lyhAfE
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOeNwlldS5+lZvIgBpeoTOKj26zzG+LeSZYEvJzbCBHY
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIELwpTz90hhA+GRhjDzKy43D1YRCt8cM27boOjuzzDEm
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM7FT4AvwoDetiXFiYA0l/B03ThuNrOnPsCxDdpzLXXZ
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHy8G5B6yXiyPxFX3bdO9CbAA09V9aNhQ7NTNQclkn3o
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIMV+QsCngZ1k6Ta5pqz2wRHsiSlEwlfl7pgSRfHzF5Y
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPIEwek9a6ER5szHfF8durZmnHW8cEHVRcp4GBYD0Zgq
|
||||||
|
|
|
@ -50,6 +50,10 @@ in {
|
||||||
hw-address = nodes.ward-adguardhome.config.lib.microvm.mac;
|
hw-address = nodes.ward-adguardhome.config.lib.microvm.mac;
|
||||||
ip-address = dnsIp;
|
ip-address = dnsIp;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
hw-address = nodes.sire-samba.config.lib.microvm.mac;
|
||||||
|
ip-address = net.cidr.host 10 lanCidrv4;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue