docs: add missing headlines, add a few notes

This commit is contained in:
Leon Schwarzäugl 2025-06-29 15:40:15 +02:00
parent 9075c97ce8
commit 6cac368378
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 1031 additions and 372 deletions

View file

@ -2,6 +2,7 @@
{
options.swarselsystems.modules.env = lib.mkEnableOption "environment config";
config = lib.mkIf config.swarselsystems.modules.env {
environment = {
wordlist.enable = true;
sessionVariables = {

View file

@ -1,3 +1,4 @@
# largely based on https://github.com/oddlama/nix-config/blob/main/modules/secrets.nix
{ config, inputs, lib, ... }:
let

View file

@ -39,6 +39,7 @@ in
APP_ENV = "local";
DB_CONNECTION = "sqlite";
TRUSTED_PROXIES = "**";
# turning these on breaks api access using the waterfly app
# AUTHENTICATION_GUARD = "remote_user_guard";
# AUTHENTICATION_GUARD_HEADER = "X-User";
# AUTHENTICATION_GUARD_EMAIL = "X-Email";