From 1c35e6ae7c500b656357348863922d3e371036bf Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Mon, 2 Mar 2026 23:52:44 -0800 Subject: git: gitolite powered git server --- systems/x86_64-linux/copenhagen/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'systems') 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"; + }; }; }; -- cgit v1.2.3