aboutsummaryrefslogtreecommitdiffstats
path: root/systems/system1
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-01 15:33:43 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-01 15:33:43 +0100
commit4cd711d3abf51bfba9c4991eb22743c9c5dc3ca7 (patch)
tree45100a1885b68cbf73114983305e8b1bf7548a80 /systems/system1
parent6da52910c1af90938af722c09984c64e2545b248 (diff)
feed-nomath-org: init
Diffstat (limited to 'systems/system1')
-rw-r--r--systems/system1/configuration.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/systems/system1/configuration.nix b/systems/system1/configuration.nix
index 8357287..da35852 100644
--- a/systems/system1/configuration.nix
+++ b/systems/system1/configuration.nix
@@ -57,6 +57,21 @@
fysiweb-apps.public.cgit."code-nomath-org".settings.root-desc = "";
fysiweb-apps.public.cgit."code-nomath-org".settings.root-title = "code.nomath.org";
}
+ # enable "feed.nomath.org"
+ {
+ fysiweb-apps.public.feed-nomath-org.feed-nomath-org.domain = "feed.nomath.org";
+ # TODO connect with cgit repositories
+ fysiweb-apps.public.feed-nomath-org.feed-nomath-org.repositories = [
+ "/var/lib/git/abuilder"
+ "/var/lib/git/anissue"
+ "/var/lib/git/apaperless"
+ "/var/lib/git/feed-nomath-org"
+ "/var/lib/git/infra"
+ "/var/lib/git/json2sql"
+ "/var/lib/git/nomath-org"
+ "/var/lib/git/static-nomath-org"
+ ];
+ }
# enable abuilder
{
# TODO add abuilder fysiweb app