mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-07-04 16:59:30 +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";
|
||||
};
|
||||
|
||||
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