mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 21:18:27 +01:00
Compare commits
No commits in common. "ef17aad9d160f5f765e09ce5f715db538c8f08dc" and "96c4dbe6269fa7c1419a8dd49515ea2b7c209ffc" have entirely different histories.
ef17aad9d1
...
96c4dbe626
1 changed files with 1 additions and 8 deletions
|
|
@ -12,14 +12,7 @@
|
|||
boot.loader.grub.enable = true;
|
||||
|
||||
networking = {
|
||||
overlay = {
|
||||
address = "10.254.250.6";
|
||||
isLighthouse = true;
|
||||
advertise = {
|
||||
address = "130.83.103.62";
|
||||
port = 47033;
|
||||
};
|
||||
};
|
||||
overlay.address = "10.254.250.6";
|
||||
underlay = {
|
||||
interface = "enp2s0";
|
||||
cidr = "192.168.0.64/24";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue