nix: drop OL_URL from env variables
No longer used by Bookwyrm
This commit is contained in:
parent
5997912288
commit
56450cffe7
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ let
|
|||
EMAIL_PORT = (toString cfg.email.port);
|
||||
EMAIL_HOST_USER = cfg.email.user;
|
||||
EMAIL_USE_TLS = if cfg.email.useTLS then "true" else "false";
|
||||
OL_URL = "https://openlibrary.org";
|
||||
};
|
||||
# mapping of env variable → its secret file
|
||||
envSecrets = (filterAttrs (_: v: v != null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue