mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
nebula: Roll out to all hosts
This commit is contained in:
parent
b11001f5bb
commit
ef6cdd8e22
8 changed files with 48 additions and 7 deletions
|
|
@ -20,9 +20,19 @@
|
|||
|
||||
boot.loader.grub.enable = true;
|
||||
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
ssh.enable = true;
|
||||
services = {
|
||||
tailscale = {
|
||||
enable = true;
|
||||
ssh.enable = true;
|
||||
};
|
||||
|
||||
nebula.node = {
|
||||
enable = true;
|
||||
address = "10.254.250.5";
|
||||
routableAddress = "188.245.223.145";
|
||||
isLighthouse = true;
|
||||
isServer = true;
|
||||
};
|
||||
};
|
||||
|
||||
web-services =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue