From 3013bccf0fc57c08c204ae693e0351195929d605 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Mon, 31 Mar 2025 18:59:46 +0200 Subject: [PATCH] fix: adjust ip --- hosts/saberofxebec/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/saberofxebec/configuration.nix b/hosts/saberofxebec/configuration.nix index 8be0720..36da70d 100644 --- a/hosts/saberofxebec/configuration.nix +++ b/hosts/saberofxebec/configuration.nix @@ -7,7 +7,7 @@ pkgs, ... }:let - serverIP = "192.168.0.202"; + serverIP = "192.168.0.201"; in{ imports = [ # Include the results of the hardware scan.