updated headscale config

This commit is contained in:
Ellis Rahhal 2025-02-03 23:41:59 -08:00
parent f30106f92a
commit 0930056698
2 changed files with 10 additions and 3 deletions

View file

@ -131,12 +131,10 @@
enable = true;
secrets = {
tailscale-key = config.sops.secrets."tailscale/key".path;
headplane-env = config.sops.secrets."headplane/env".path;
};
};
headscale-ui = {
enable = true;
};
jellyfin = {
enable = true;

View file

@ -0,0 +1,9 @@
headplane:
env: |-
# This is always required for Headplane to work
COOKIE_SECRET=<changeme>
# This NEEDS to be set with OIDC, regardless of what's in the config
# This needs to be a very long-lived (999 day) API key used to create
# shorter ones for OIDC and allow the OIDC functionality to work
ROOT_API_KEY=<changeme>
# OIDC_CLIENT_SECRET=super_secret_client_secret