Compare commits
3 commits
hf-7-move-
...
master
Author | SHA1 | Date | |
---|---|---|---|
0930056698 | |||
f30106f92a | |||
f094b092a5 |
3 changed files with 11 additions and 4 deletions
|
@ -131,12 +131,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
secrets = {
|
secrets = {
|
||||||
tailscale-key = config.sops.secrets."tailscale/key".path;
|
tailscale-key = config.sops.secrets."tailscale/key".path;
|
||||||
|
headplane-env = config.sops.secrets."headplane/env".path;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
headscale-ui = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
jellyfin = {
|
jellyfin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
description = "Sample Homefree Host Config";
|
description = "Sample Homefree Host Config";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
homefree.url = "git+https://git.homefree.host/erahhal/HomeFree";
|
homefree.url = "git+https://git.homefree.host/erahhal/HomeFree";
|
||||||
};
|
};
|
||||||
|
|
9
secrets-unencrypted/headplane.yaml
Normal file
9
secrets-unencrypted/headplane.yaml
Normal 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
|
Loading…
Add table
Reference in a new issue