From d28e2e9273312dd61e43a620518a3683350e1473 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Mon, 31 Mar 2025 18:52:58 +0200 Subject: [PATCH] fix: ip address --- 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 992e15e..8be0720 100644 --- a/hosts/saberofxebec/configuration.nix +++ b/hosts/saberofxebec/configuration.nix @@ -7,7 +7,7 @@ pkgs, ... }:let - serverIP = "192.168.0.2"; + serverIP = "192.168.0.202"; in{ imports = [ # Include the results of the hardware scan.