From 1a1b3ad0f2efd61eb2af4bf8b8372ef2c598d007 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Thu, 5 Dec 2024 19:15:43 +0100 Subject: [PATCH] fix typo --- hosts/quitte/network.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/quitte/network.nix b/hosts/quitte/network.nix index 5658a65..2df598c 100644 --- a/hosts/quitte/network.nix +++ b/hosts/quitte/network.nix @@ -31,7 +31,7 @@ networks."10-wired-default" = { matchConfig.Name = "enp65s0f0np0"; - address = [ "141.30.30.194/26" "141.30.30.129/26" ]; + address = [ "141.30.30.194/26" "141.30.30.169/26" ]; routes = [ { routeConfig.Gateway = "141.30.30.193";