Fix IP address to match perseverance hypervisor
This commit is contained in:
parent
cbb5c3623b
commit
e87f6d396f
3 changed files with 5 additions and 5 deletions
|
@ -83,7 +83,7 @@
|
|||
services.vm = {
|
||||
enable = true;
|
||||
hostname = "nginx";
|
||||
vm_ip = "192.168.122.40";
|
||||
vm_ip = "192.168.1.40";
|
||||
macAddr = "02:00:00:00:00:40";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue