mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
service/freshrss: add note about upcoming release
This commit is contained in:
parent
4689abd47b
commit
f9f4f6744f
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ in
|
||||||
baseUrl = "https://news.${domain}";
|
baseUrl = "https://news.${domain}";
|
||||||
inherit (cfg) language passwordFile defaultUser;
|
inherit (cfg) language passwordFile defaultUser;
|
||||||
virtualHost = null;
|
virtualHost = null;
|
||||||
|
# TODO 25.05: Add support for custom virtualHost
|
||||||
|
# webserver = "caddy";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.phpfpm.pools.freshrss.settings = {
|
services.phpfpm.pools.freshrss.settings = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue