fix: adjust ip

This commit is contained in:
s-prechtl 2025-03-31 18:59:46 +02:00
parent d28e2e9273
commit 3013bccf0f

View file

@ -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.