fix: ip address

This commit is contained in:
s-prechtl 2025-03-31 18:52:58 +02:00
parent 28bacc0925
commit d28e2e9273

View file

@ -7,7 +7,7 @@
pkgs, pkgs,
... ...
}:let }:let
serverIP = "192.168.0.2"; serverIP = "192.168.0.202";
in{ in{
imports = [ imports = [
# Include the results of the hardware scan. # Include the results of the hardware scan.