fix: ip
This commit is contained in:
parent
f997551e81
commit
246fb736b9
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
serverIP = 0.0 .0 .0;
|
serverIP = "0.0.0.0";
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue