Server/headscale: set up ip prefixes

This commit is contained in:
Toast 2024-10-31 00:23:25 +01:00
parent dfd094ef67
commit 37f3b3fc60

View file

@ -3,6 +3,9 @@
enable = true; enable = true;
settings = { settings = {
server_url = "https://headscale.toast003.xyz"; server_url = "https://headscale.toast003.xyz";
ip_prefixes = [
"100.100.0.0/16"
];
}; };
}; };
services.caddy = { services.caddy = {