From d476b6e75cc9afa1b0a960370a2af8d82918861a Mon Sep 17 00:00:00 2001 From: m3ta-chiron Date: Sat, 2 May 2026 09:42:06 +0200 Subject: [PATCH] fix: use SSH for private m3ta-home repo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1a9cf47..9b7f7e0 100644 --- a/flake.nix +++ b/flake.nix @@ -44,7 +44,7 @@ nix-colors.url = "github:misterio77/nix-colors"; m3ta-home = { - url = "git+https://code.m3ta.dev/m3tam3re/m3ta-home"; + url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home"; inputs.nixpkgs.follows = "nixpkgs"; };