nebula: Roll out to all hosts

This commit is contained in:
SebastianStork 2026-01-06 21:33:46 +01:00
parent b11001f5bb
commit ef6cdd8e22
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
8 changed files with 48 additions and 7 deletions

View file

@ -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 =