mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-09-14 06:22:02 +02:00
Compare commits
No commits in common. "6cd5f4f8e80f03192406fc1cbf31fae34df86ebb" and "76f3333f7febbd4023187e18bd60d06778af5caf" have entirely different histories.
6cd5f4f8e8
...
76f3333f7f
2 changed files with 0 additions and 8 deletions
|
@ -49,10 +49,6 @@ in
|
||||||
webserver = "caddy";
|
webserver = "caddy";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.caddy.virtualHosts."news.${domain}".extraConfig = lib.mkAfter ''
|
|
||||||
import common
|
|
||||||
'';
|
|
||||||
|
|
||||||
webapps.apps.freshrss = {
|
webapps.apps.freshrss = {
|
||||||
dashboard = {
|
dashboard = {
|
||||||
name = "News";
|
name = "News";
|
||||||
|
|
|
@ -22,10 +22,6 @@ in
|
||||||
webserver = "caddy";
|
webserver = "caddy";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.caddy.virtualHosts."${domain}".extraConfig = lib.mkAfter ''
|
|
||||||
import common
|
|
||||||
'';
|
|
||||||
|
|
||||||
webapps.apps.rss-bridge = {
|
webapps.apps.rss-bridge = {
|
||||||
dashboard = {
|
dashboard = {
|
||||||
name = "RSS-Bridge";
|
name = "RSS-Bridge";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue