mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-07-05 01:09:29 +02:00
This commit is contained in:
parent
e7584f16fd
commit
6cd5f4f8e8
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ 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