From 86980567605f9f2328bd7fe3daf3d01b873655da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Barnouin?= Date: Fri, 13 Sep 2024 11:21:49 +0200 Subject: [PATCH] not working ? --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;