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