Compare commits

..

No commits in common. "6cd5f4f8e80f03192406fc1cbf31fae34df86ebb" and "76f3333f7febbd4023187e18bd60d06778af5caf" have entirely different histories.

2 changed files with 0 additions and 8 deletions

View file

@ -49,10 +49,6 @@ in
webserver = "caddy";
};
services.caddy.virtualHosts."news.${domain}".extraConfig = lib.mkAfter ''
import common
'';
webapps.apps.freshrss = {
dashboard = {
name = "News";

View file

@ -22,10 +22,6 @@ in
webserver = "caddy";
};
services.caddy.virtualHosts."${domain}".extraConfig = lib.mkAfter ''
import common
'';
webapps.apps.rss-bridge = {
dashboard = {
name = "RSS-Bridge";