diff options
author | 2025-02-17 11:00:39 +0100 | |
---|---|---|
committer | 2025-02-17 11:00:39 +0100 | |
commit | 322dc9c735f9dacca75589e0301c9ba49391f07e (patch) | |
tree | 460bbfcf39db13f5ab20117da9560b49635229be /systems/system1 | |
parent | 79cb23a01b139001f2ce0dc3ea2178d05a286772 (diff) |
cgit: add repository achat
Diffstat (limited to 'systems/system1')
-rw-r--r-- | systems/system1/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/system1/configuration.nix b/systems/system1/configuration.nix index 9ae8cac..6b4c938 100644 --- a/systems/system1/configuration.nix +++ b/systems/system1/configuration.nix @@ -49,6 +49,7 @@ } { fysiweb-apps.public.cgit."code-nomath-org".repositories."abuilder".description = "simple build daemon"; + fysiweb-apps.public.cgit."code-nomath-org".repositories."achat".description = "simple chat"; fysiweb-apps.public.cgit."code-nomath-org".repositories."acms".description = "semantically versioned content management system"; fysiweb-apps.public.cgit."code-nomath-org".repositories."autotypes".description = "TODO"; fysiweb-apps.public.cgit."code-nomath-org".repositories."agame".description = "a game"; @@ -76,6 +77,7 @@ # TODO connect with cgit repositories fysiweb-apps.public.feed-nomath-org.feed-nomath-org.repositories = [ "/var/lib/git/abuilder" + "/var/lib/git/achat" "/var/lib/git/acms" "/var/lib/git/agame" "/var/lib/git/anissue" |