mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 22:29:06 +01:00
nebula: Move advertise address/port options
This commit is contained in:
parent
ef17aad9d1
commit
b4f740e7be
3 changed files with 24 additions and 27 deletions
|
|
@ -15,10 +15,6 @@
|
|||
overlay = {
|
||||
address = "10.254.250.6";
|
||||
isLighthouse = true;
|
||||
advertise = {
|
||||
address = "130.83.103.62";
|
||||
port = 47033;
|
||||
};
|
||||
};
|
||||
underlay = {
|
||||
interface = "enp2s0";
|
||||
|
|
@ -28,6 +24,11 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
nebula.advertise = {
|
||||
address = "130.83.103.62";
|
||||
port = 47033;
|
||||
};
|
||||
|
||||
recursive-nameserver = {
|
||||
enable = true;
|
||||
blockAds = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue