mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 20:09:07 +01:00
nas: Disable nebula lighthouse
This commit is contained in:
parent
a9ae1d0cd7
commit
da5df4f2ee
1 changed files with 1 additions and 5 deletions
|
|
@ -8,14 +8,10 @@
|
||||||
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";
|
||||||
isPublic = true;
|
|
||||||
gateway = "192.168.0.1";
|
gateway = "192.168.0.1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue