diff --git a/flake.nix b/flake.nix index 3fb152e..da1739f 100644 --- a/flake.nix +++ b/flake.nix @@ -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;