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

@ -50,6 +50,10 @@ in {
hw-address = nodes.ward-adguardhome.config.lib.microvm.mac;
ip-address = dnsIp;
}
{
hw-address = nodes.sire-samba.config.lib.microvm.mac;
ip-address = net.cidr.host 10 lanCidrv4;
}
];
}
];