mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 18:59:07 +01:00
srv-core: Disable lighthouse
This commit is contained in:
parent
948dbae3e2
commit
d2e9850223
1 changed files with 1 additions and 9 deletions
|
|
@ -12,10 +12,7 @@
|
||||||
boot.loader.grub.enable = true;
|
boot.loader.grub.enable = true;
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
overlay = {
|
overlay.address = "10.254.250.6";
|
||||||
address = "10.254.250.6";
|
|
||||||
isLighthouse = true;
|
|
||||||
};
|
|
||||||
underlay = {
|
underlay = {
|
||||||
interface = "enp2s0";
|
interface = "enp2s0";
|
||||||
cidr = "192.168.0.64/24";
|
cidr = "192.168.0.64/24";
|
||||||
|
|
@ -24,11 +21,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
nebula.advertise = {
|
|
||||||
address = "130.83.103.62";
|
|
||||||
port = 47033;
|
|
||||||
};
|
|
||||||
|
|
||||||
recursive-nameserver = {
|
recursive-nameserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
blockAds = true;
|
blockAds = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue