fix(tazjin/nixos): fix feed reader base URL
Change-Id: Ieab824873c602a8b56637f69f61736864fcbb558 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11024 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
9a5a1ddf24
commit
d90c2f0d2a
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
adminCredentialsFile = "/run/agenix/miniflux";
|
adminCredentialsFile = "/run/agenix/miniflux";
|
||||||
config.LISTEN_ADDR = "127.0.0.1:6359";
|
config.LISTEN_ADDR = "127.0.0.1:6359";
|
||||||
|
config.BASE_URL = "https://feeds.tazj.in";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts."feeds" = {
|
services.nginx.virtualHosts."feeds" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue