feat: change server ip

This commit is contained in:
s-prechtl 2025-03-31 15:30:16 +02:00
parent 1fef091ca4
commit 67ebc41096

View file

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