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