not working ?
This commit is contained in:
parent
b99868a168
commit
8698056760
1 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@
|
|||
services.vm = {
|
||||
enable = true;
|
||||
hostname = "nginx";
|
||||
vm_ip = "${proxy_host}";
|
||||
vm_ip = "192.168.1.40";
|
||||
macAddr = "02:00:00:00:00:40";
|
||||
};
|
||||
}
|
||||
|
@ -120,7 +120,7 @@
|
|||
{
|
||||
services.vm_grafana = {
|
||||
enable = true;
|
||||
proxy_ip = "${proxy_host}";
|
||||
proxy_ip = "192.168.1.40";
|
||||
};
|
||||
services.vm = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue