vps-public: Switch completely to nebula

This commit is contained in:
SebastianStork 2026-01-10 23:27:36 +01:00
parent b7a2598ebe
commit 6069bd4b06
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
2 changed files with 7 additions and 5 deletions

View file

@ -26,8 +26,6 @@
onlyCleanRoots = true;
};
tailscale.enable = true;
nebula.node = {
enable = true;
address = "10.254.250.4";
@ -78,7 +76,7 @@
alloy = {
enable = true;
domain = "alloy-${config.networking.hostName}.${config.custom.services.tailscale.domain}";
domain = "alloy.${config.networking.hostName}.${config.custom.services.nebula.network.domain}";
};
};
};