From 748f956361fbc8dbd4e4e4ea3eaa9f00e818701f Mon Sep 17 00:00:00 2001 From: zack Date: Mon, 21 Oct 2024 19:33:18 -0400 Subject: [PATCH] change thing to string --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ce8a99b..25b34be 100644 --- a/flake.nix +++ b/flake.nix @@ -104,7 +104,7 @@ # Base.encode32(:crypto.strong_rand_bytes(32)) PORT = "${toString cfg.phx.port}"; PHX_HOST = cfg.domain; - PHX_SERVER = cfg.phx.enableServer; + PHX_SERVER = toString cfg.phx.enableServer; }; serviceConfig = { Type = "exec";