From 189b57e18b84e294f939ac1f0ea9ca69bcdd9661 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 8 Jan 2021 20:17:02 -0500 Subject: Add cookies and store user tokens Boy that was harder than I thought, but the code is pretty clean now. I still need to fixup the error handling, and maybe move all the extra args into an app monad, but I think otherwise I have it in a good place. --- Biz/Devalloc.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'Biz/Devalloc.nix') diff --git a/Biz/Devalloc.nix b/Biz/Devalloc.nix index f994892..b7c7503 100644 --- a/Biz/Devalloc.nix +++ b/Biz/Devalloc.nix @@ -37,6 +37,7 @@ in serviceConfig = { Environment = [ "PORT=${toString cfg.port}" + "AREA=Live" ]; EnvironmentFile="/run/devalloc/env"; KillSignal = "INT"; -- cgit v1.2.3