8 lines
165 B
Nix
8 lines
165 B
Nix
{ ... }:
|
|
{
|
|
services.headscale = {
|
|
enable = true;
|
|
serverUrl = "https://tailscale.rz.ens.wtf";
|
|
tls.letsencrypt.hostname = "tailscale.rz.ens.wtf";
|
|
};
|
|
}
|