infrastructure/machines/core-services-01/headscale.nix
2022-06-26 23:45:11 +02:00

8 lines
165 B
Nix

{ ... }:
{
services.headscale = {
enable = true;
serverUrl = "https://tailscale.rz.ens.wtf";
tls.letsencrypt.hostname = "tailscale.rz.ens.wtf";
};
}