From 7d13dff025c4fafe542a15b363cb7398d3400778 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Wed, 4 Dec 2024 13:32:15 +0100 Subject: [PATCH] quitte: set new ip --- hosts/quitte/network.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/quitte/network.nix b/hosts/quitte/network.nix index 7ec034d..5fde369 100644 --- a/hosts/quitte/network.nix +++ b/hosts/quitte/network.nix @@ -31,10 +31,10 @@ networks."10-wired-default" = { matchConfig.Name = "enp65s0f0np0"; - address = [ "141.30.30.169/25" ]; + address = [ "141.30.30.194/26" ]; routes = [ { - routeConfig.Gateway = "141.30.30.129"; + routeConfig.Gateway = "141.30.30.193"; } ]; networkConfig = {