about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-10-29 22:45:13 +0100
committerEmile <git@emile.space>2024-10-29 22:45:13 +0100
commit76d645664a6ec9007e7419dd2cb8413a4f560323 (patch)
treec255b1473297d2584911b3e471494b68fb1c1cb5
parent7c2794a44e2e97751d890a5c9e581eca95db4ef0 (diff)
git: added the remarvin repo
-rw-r--r--nix/hosts/corrino/www/git/cgit.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/nix/hosts/corrino/www/git/cgit.nix b/nix/hosts/corrino/www/git/cgit.nix
index ff60da3..6dfbe4f 100644
--- a/nix/hosts/corrino/www/git/cgit.nix
+++ b/nix/hosts/corrino/www/git/cgit.nix
@@ -522,6 +522,14 @@ in
           section = "Satellite";
           owner = "emile";
         };
+
+        # milliways
+        remarvin = {
+          desc = "A small marvin bot";
+          path = "/var/lib/git/repositories/remarvin.git";
+          section = "milliways";
+          owner = "emile";
+        };
       };
       settings = {
         css = "https://emile.space/cgit.css";