From e48098250fad19c21930067d5f54a45410189dc3 Mon Sep 17 00:00:00 2001 From: Gregory Bednov Date: Sat, 11 Jan 2025 11:28:59 +0300 Subject: [PATCH] prod ip --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index d13ade9..4b63877 100644 --- a/configuration.nix +++ b/configuration.nix @@ -7,7 +7,7 @@ ... }: let - serverIP = "10.0.2.2"; + serverIP = "10.0.174.12"; in { imports = [ ./hardware-configuration.nix ];