core01: add headscale support

This commit is contained in:
Raito Bezarius 2022-04-26 23:33:59 +02:00
parent 57b5c931d1
commit 7fefcc0d54
3 changed files with 10 additions and 0 deletions

View file

@ -19,6 +19,7 @@
./keycloak.nix
./acme-dns.nix
./backups.nix
./headscale.nix
# ./dex.nix
./oauth2_proxy.nix
./secrets

View file

@ -0,0 +1,8 @@
{ ... }:
{
services.headscale = {
enable = true;
serverUrl = "https://tailscale.rz.ens.wtf";
tls.letsencrypt.hostname = "tailscale.rz.ens.wtf";
};
}

View file

@ -37,6 +37,7 @@ dualstack // {
monitoring = dualstack;
auth = dualstack;
push = dualstack;
tailscale = dualstack;
core01 = dualstack;
ns1 = dualstack;