From d85a3f3cca9e7237793389c338f99d244fa236e7 Mon Sep 17 00:00:00 2001 From: m3ta-chiron Date: Sat, 2 May 2026 09:39:12 +0200 Subject: [PATCH] fix: use HTTPS for m3ta-home input (no SSH auth needed) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 04d876d..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.git"; + url = "git+https://code.m3ta.dev/m3tam3re/m3ta-home"; inputs.nixpkgs.follows = "nixpkgs"; };