Compare commits

..

2 commits

Author SHA1 Message Date
00eff515cc added MIT license 2024-12-20 17:49:29 -08:00
cef8c6e320 updated nixpkgs channel 2024-12-13 18:05:35 -08:00
3 changed files with 4 additions and 11 deletions

View file

@ -131,10 +131,12 @@
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

@ -2,7 +2,7 @@
description = "Sample Homefree Host Config";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
homefree.url = "git+https://git.homefree.host/erahhal/HomeFree";
};

View file

@ -1,9 +0,0 @@
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