From 66b917eb3da9e95e7b3f9870b9f9a90a1fed661b Mon Sep 17 00:00:00 2001 From: Pyjacpp Date: Sat, 6 Dec 2025 19:23:14 +0100 Subject: [PATCH] fix id number --- hosts/vm/sondages/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/vm/sondages/default.nix b/hosts/vm/sondages/default.nix index e523fc9..ff10183 100644 --- a/hosts/vm/sondages/default.nix +++ b/hosts/vm/sondages/default.nix @@ -13,7 +13,7 @@ enable = true; networking = { - id = "158"; + id = "58"; srvNat.enable = true; };