summary refs log tree commit diff
path: root/fleet/hosts/trieste/git.nix
diff options
context:
space:
mode:
Diffstat (limited to 'fleet/hosts/trieste/git.nix')
-rw-r--r--fleet/hosts/trieste/git.nix17
1 files changed, 1 insertions, 16 deletions
diff --git a/fleet/hosts/trieste/git.nix b/fleet/hosts/trieste/git.nix
index f4d4e0b..bba3f9f 100644
--- a/fleet/hosts/trieste/git.nix
+++ b/fleet/hosts/trieste/git.nix
@@ -28,20 +28,5 @@ in {
     "d ${root} 0750 git git"
   ];
 
-  declarative.git.repositories = {
-    ripple = {
-      description = "A build system for the next decade";
-      config.cgit = {
-        # This is added to the webroot in cgit.nix. It would be nice if we could do that modularly.
-        # Another option is to simply hotlink https://ripple.unfathomable.blue/icon.svg
-        # Yet another option is to keep the SVG in Git, and link to the raw file from trunk.
-        logo = "/ripple.svg";
-
-        homepage = "https://ripple.unfathomable.blue/";
-      };
-    };
-
-    ripple-website.description = "Source code for https://ripple.unfathomable.blue/";
-    nixos-config.description = "NixOS configuration for Unfathomable infrastructure";
-  };
+  declarative.git.repositories.basin = {};
 }