summary refs log tree commit diff
path: root/fleet/hosts/trieste/git.nix
diff options
context:
space:
mode:
authorV <v@unfathomable.blue>2022-06-06 15:09:37 +0200
committerV <v@unfathomable.blue>2022-06-20 09:40:50 +0200
commitea030636aa3c14b9c997ad2ad76f01fbb9d4d212 (patch)
treeaad9bf02d5c3a53c50ac9f04bbc92d2e032bca88 /fleet/hosts/trieste/git.nix
parent82faf4bb2e000a84bbe80ccd27bbc03c778cc7ee (diff)
fleet: it's monorepo time!
Change-Id: I4670dd7930a9b6227993c1caf92c5877918f982d
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 = {};
 }