mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 22:29:06 +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;
|
||||
advertise = {
|
||||
address = "130.83.103.62";
|
||||
port = "47033";
|
||||
port = 47033;
|
||||
};
|
||||
};
|
||||
underlay = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue