mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-03-13 03:24:05 +01: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";
|
||||
};
|
||||
|
||||
services.caddy.virtualHosts."news.${domain}".extraConfig = lib.mkAfter ''
|
||||
import common
|
||||
'';
|
||||
|
||||
webapps.apps.freshrss = {
|
||||
dashboard = {
|
||||
name = "News";
|
||||
|
|
|
|||
|
|
@ -22,10 +22,6 @@ in
|
|||
webserver = "caddy";
|
||||
};
|
||||
|
||||
services.caddy.virtualHosts."${domain}".extraConfig = lib.mkAfter ''
|
||||
import common
|
||||
'';
|
||||
|
||||
webapps.apps.rss-bridge = {
|
||||
dashboard = {
|
||||
name = "RSS-Bridge";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue