Add local network for VM communication

This commit is contained in:
niten 2022-01-22 09:38:29 -08:00
parent 08de85a438
commit 035390af09
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@
arch = "x86_64-linux";
nixos-system = true;
machine-id = "d608fb62dc1e493a9a0ebf173ab255b2";
local-networks = [
"192.168.55.0/24"
];
master-key = {
public-key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP+ERn09oMqk3jpgXVFWMGv7uYz0fRLVtz5BHZtOXfA0";
key-path = "/state/master-key/ed25519_key";