mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
nebula: Test with desktop and vps-private
This commit is contained in:
parent
a7a16378b2
commit
435a70a4e9
8 changed files with 39 additions and 5 deletions
|
|
@ -33,6 +33,12 @@
|
|||
ssh.enable = true;
|
||||
exitNode.enable = true;
|
||||
};
|
||||
nebula.node = {
|
||||
enable = true;
|
||||
address = "10.254.250.2";
|
||||
isLighthouse = true;
|
||||
routableAddress = "49.13.231.235";
|
||||
};
|
||||
|
||||
syncthing = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue