From 0fd77fa375357135bf9e9fe21a7f338903b5946b Mon Sep 17 00:00:00 2001 From: zack Date: Mon, 21 Oct 2024 20:53:42 -0400 Subject: [PATCH] oops. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ffb1c47..6979f7a 100644 --- a/flake.nix +++ b/flake.nix @@ -183,7 +183,7 @@ WorkingDirectory = working_directory; PrivateTmp = true; ExecStart = pkgs.writeShellScript "start-zoeycomputer" '' - export SECRET_KEY_BASE=$(cat ${cfg.secret_key_file}) + export SECRET_KEY_BASE=$(cat ${cfg.phx.secret_key_file}) # If a password file is specified, construct DATABASE_URL with password ${ if cfg.phx.database.passwordFile != null