From 8b570686b402f41b6ffa83c7a7f08d5401ce2efb Mon Sep 17 00:00:00 2001 From: zack Date: Mon, 21 Oct 2024 20:52:41 -0400 Subject: [PATCH] add back secret key --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 4aa8b07..ffb1c47 100644 --- a/flake.nix +++ b/flake.nix @@ -183,6 +183,7 @@ WorkingDirectory = working_directory; PrivateTmp = true; ExecStart = pkgs.writeShellScript "start-zoeycomputer" '' + export SECRET_KEY_BASE=$(cat ${cfg.secret_key_file}) # If a password file is specified, construct DATABASE_URL with password ${ if cfg.phx.database.passwordFile != null