added nix support

This commit is contained in:
stuce-bot 2025-06-09 22:06:51 +02:00
parent cc77fee048
commit cb9ae44ec4
6 changed files with 112 additions and 3 deletions

View file

@ -2,6 +2,7 @@
# See https://github.com/yesodweb/yesod/wiki/Configuration#overriding-configuration-values-with-environment-variables
static-dir: "_env:YESOD_STATIC_DIR:static"
session-key: "_env:YESOD_SESSION_KEY:config/client_session_key"
host: "_env:YESOD_HOST:*4" # any IPv4 host
port: "_env:YESOD_PORT:3000" # NB: The port `yesod devel` uses is distinct from this value. Set the `yesod devel` port from the command line.
# For `keter` user, enable the follwing line, and comment out previous one.