diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-03-14 08:22:59 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-03-14 08:22:59 +0100 |
commit | 63147b756c8a620b8323404ab3342f0edfa41d93 (patch) | |
tree | 42db28d7f66fa531136d889e3238c8d011a51f00 | |
parent | 6f2f488db443e619b72d2cf5d4fbff11f8eef578 (diff) |
cgit: add repository `agame`
-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 79fc17e..2502212 100644 --- a/systems/system1/configuration.nix +++ b/systems/system1/configuration.nix @@ -43,6 +43,7 @@ } { fysiweb-apps.public.cgit."code-nomath-org".repositories."abuilder".description = "simple build daemon"; + 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"; fysiweb-apps.public.cgit."code-nomath-org".repositories."feed-nomath-org".description = "development feed"; @@ -65,6 +66,7 @@ # TODO connect with cgit repositories fysiweb-apps.public.feed-nomath-org.feed-nomath-org.repositories = [ "/var/lib/git/abuilder" + "/var/lib/git/agame" "/var/lib/git/anissue" "/var/lib/git/apaperless" "/var/lib/git/feed-nomath-org" |