mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 16:39:07 +01:00
srv-core: Fix port type
This commit is contained in:
parent
a257358790
commit
ef17aad9d1
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
isLighthouse = true;
|
isLighthouse = true;
|
||||||
advertise = {
|
advertise = {
|
||||||
address = "130.83.103.62";
|
address = "130.83.103.62";
|
||||||
port = "47033";
|
port = 47033;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
underlay = {
|
underlay = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue