aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-05-31 10:45:25 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-05-31 10:45:25 +0200
commitcf87548b31dcc90e0c81081ee26c00cfc9b5d497 (patch)
treeef5a1d3de5224cfce5336113e46e573adc508da8
parent14da6032471bfc8b4132b275ef9856e62ebdf654 (diff)
git: add repository `acms`
-rw-r--r--systems/system1/configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/system1/configuration.nix b/systems/system1/configuration.nix
index 12e465d..33a6f92 100644
--- a/systems/system1/configuration.nix
+++ b/systems/system1/configuration.nix
@@ -47,6 +47,7 @@
}
{
fysiweb-apps.public.cgit."code-nomath-org".repositories."abuilder".description = "simple build daemon";
+ fysiweb-apps.public.cgit."code-nomath-org".repositories."acms".description = "semantically versioned content management system";
fysiweb-apps.public.cgit."code-nomath-org".repositories."agame".description = "a game";
fysiweb-apps.public.cgit."code-nomath-org".repositories."anissue".description = "in-source issue management";
fysiweb-apps.public.cgit."code-nomath-org".repositories."apaperless".description = "document archival system";
@@ -71,6 +72,7 @@
# TODO connect with cgit repositories
fysiweb-apps.public.feed-nomath-org.feed-nomath-org.repositories = [
"/var/lib/git/abuilder"
+ "/var/lib/git/acms"
"/var/lib/git/agame"
"/var/lib/git/anissue"
"/var/lib/git/apaperless"