1
1
Fork 1
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:
oddlama 2024-01-06 03:00:45 +01:00
parent 2476879e73
commit 21375353a8
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
6 changed files with 9 additions and 5 deletions

View file

@ -1 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINIoRbU/YRiGKC0mXggTEvjxzR9Wno3Z4dLL0rzryvOn ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDw9qImFNjVaczsdEhRaIEWrCdWEQKc4ks3rxFgwOqxm

View file

@ -1 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOanBR6abVoPfpH9RyhxaJ1dg0/+VFAUyCfQzFqxGBzk ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB6cLTud4F76d1LrRh2pkS0t1Z4ob5B4BpzG57lyhAfE

View file

@ -1 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOeNwlldS5+lZvIgBpeoTOKj26zzG+LeSZYEvJzbCBHY ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIELwpTz90hhA+GRhjDzKy43D1YRCt8cM27boOjuzzDEm

View file

@ -1 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM7FT4AvwoDetiXFiYA0l/B03ThuNrOnPsCxDdpzLXXZ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHy8G5B6yXiyPxFX3bdO9CbAA09V9aNhQ7NTNQclkn3o

View file

@ -1 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIMV+QsCngZ1k6Ta5pqz2wRHsiSlEwlfl7pgSRfHzF5Y ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPIEwek9a6ER5szHfF8durZmnHW8cEHVRcp4GBYD0Zgq

View file

@ -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;
}
]; ];
} }
]; ];