6f5fdb0317
This adds Headscale support. It provides also an upgrade to Keycloak 18.0.0 (Quarkus distribution). It upgrades NextCloud from 22 to 23. Reviewed-on: https://git.rz.ens.wtf/Klub-RZ/infrastructure/pulls/9 Co-authored-by: Ryan Lahfa <raito@noreply.git.rz.ens.wtf> Co-committed-by: Ryan Lahfa <raito@noreply.git.rz.ens.wtf>
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";
|
|
};
|
|
}
|