From c9535319c8bda7afdb56b760cfe23c3782c77e06 Mon Sep 17 00:00:00 2001 From: Andrei Lazarescu Date: Wed, 4 Jun 2025 13:19:55 +0300 Subject: [PATCH] feat(darwin): Add GitLab CI/CD configuration for nix-darwin --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flake.nix b/flake.nix index 6520738..41ce21f 100644 --- a/flake.nix +++ b/flake.nix @@ -216,6 +216,12 @@ "url \"git@git.lazarescu.xyz:2222/lazandrei19/\"".insteadOf = "lz:"; }; }; + gh = { + enable = true; + settings = { + git_protocol = "ssh"; + }; + }; }; services = {