aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2026-03-02 23:52:44 -0800
committerCaroline Larimore <caroline@larimo.re>2026-03-02 23:52:44 -0800
commit1c35e6ae7c500b656357348863922d3e371036bf (patch)
tree1813239e9294460fd9473dad5fe663713d399e4c /systems
parent366741db8cda0d706214092af53bf3d1fa05e6f8 (diff)
git: gitolite powered git server
Diffstat (limited to 'systems')
-rw-r--r--systems/x86_64-linux/copenhagen/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/systems/x86_64-linux/copenhagen/default.nix b/systems/x86_64-linux/copenhagen/default.nix
index bf0d9d3..3fc6f53 100644
--- a/systems/x86_64-linux/copenhagen/default.nix
+++ b/systems/x86_64-linux/copenhagen/default.nix
@@ -57,6 +57,12 @@ with lib; with lib.${namespace}; {
satisfactory = {
enable = true;
};
+
+ git = {
+ enable = true;
+ adminPubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIDO8JxqS7B2n3YlNtlVMZGARi+GG/z7wLiiyl52qSZc caroline@larimo.re";
+ host = "git.cxl.sh";
+ };
};
};