From f6d143e1aa11267702c38db6d8f40418f373f527 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Wed, 28 Aug 2024 17:17:05 +0300 Subject: [PATCH] fix(systems/profiles/vm): wrong gateway --- systems/profiles/vm/vm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/profiles/vm/vm.nix b/systems/profiles/vm/vm.nix index 5d8d702..e421c0b 100644 --- a/systems/profiles/vm/vm.nix +++ b/systems/profiles/vm/vm.nix @@ -9,7 +9,7 @@ time.timeZone = "Europe/Helsinki"; networking.defaultGateway = { - address = "10.1.2.1"; + address = "10.1.1.1"; interface = "eth0"; }; networking.nameservers = ["10.1.2.3"]; -- 2.44.1