mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
vps-public: Switch completely to nebula
This commit is contained in:
parent
b7a2598ebe
commit
6069bd4b06
2 changed files with 7 additions and 5 deletions
|
|
@ -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}";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue