about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/hosts/wildcat/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/hosts/wildcat/configuration.nix b/nix/hosts/wildcat/configuration.nix
index 3c230a1..14ab203 100644
--- a/nix/hosts/wildcat/configuration.nix
+++ b/nix/hosts/wildcat/configuration.nix
@@ -71,6 +71,7 @@ in
   # git config --global init.defaultBranch main
   # to ensure that new repositories are created with the default
   # branch set to `main'.
+  # TODO(fcuny): I could create the configuration file to set the default branch
   services.gitolite = {
     enable = true;
     adminPubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINBkozy+X96u5ciX766bJ/AyQ3xm1tXZTIr5+4PVFZFi";