diff options
author | Franck Cuny <franck@fcuny.net> | 2024-09-13 08:57:53 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-09-13 08:57:53 -0700 |
commit | 59b8b0621ca54c2c078a90b37af5b2fd85f6a4f6 (patch) | |
tree | 81f1f92575232e7524d8719265fa3b797157778f /nix/hosts | |
parent | just use the default fish setup (diff) | |
download | world-59b8b0621ca54c2c078a90b37af5b2fd85f6a4f6.tar.gz |
add a TODO for wildcat
Diffstat (limited to 'nix/hosts')
-rw-r--r-- | nix/hosts/wildcat/configuration.nix | 1 |
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"; |