From ee959326475cb1fb9d6488a9b31c0ac205d8bbe0 Mon Sep 17 00:00:00 2001 From: zoey Date: Fri, 7 Nov 2025 11:18:27 -0500 Subject: [PATCH] Update flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 10720e1..f51717e 100644 --- a/flake.nix +++ b/flake.nix @@ -72,7 +72,7 @@ }; secret_key_file = mkOption { - type = types.string; + type = types.str; example = "/var/lib/skey"; description = "The Secrert key for Phoenix"; };