2
0
Fork 0

nix: drop OL_URL from env variables

No longer used by Bookwyrm
This commit is contained in:
D Anzorge 2022-03-29 19:08:55 +02:00
parent 5997912288
commit 56450cffe7

View file

@ -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) {