diff --git a/nixlets/attic/values.nix b/nixlets/attic/values.nix index fd11c2a..5faeee9 100644 --- a/nixlets/attic/values.nix +++ b/nixlets/attic/values.nix @@ -88,7 +88,7 @@ with lib; { # Set this to the Base64 encoding of some random data. # You can also set it via the `ATTIC_SERVER_TOKEN_HS256_SECRET_BASE64` environment # variable. - token-hs256-secret-base64 = "" + #token-hs256-secret-base64 = "" # Database connection [database]