mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-07-05 17:19:29 +02:00
service/freshrss: fix homer ping
This commit is contained in:
parent
76f3333f7f
commit
e7584f16fd
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ in
|
|||
webserver = "caddy";
|
||||
};
|
||||
|
||||
services.caddy.virtualHosts."news.${domain}".extraConfig = lib.mkAfter ''
|
||||
import common
|
||||
'';
|
||||
|
||||
webapps.apps.freshrss = {
|
||||
dashboard = {
|
||||
name = "News";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue