fix: use HTTPS for m3ta-home input (no SSH auth needed)

This commit is contained in:
2026-05-02 09:39:12 +02:00
parent 5e1b1fbfc7
commit d85a3f3cca

View File

@@ -44,7 +44,7 @@
nix-colors.url = "github:misterio77/nix-colors"; nix-colors.url = "github:misterio77/nix-colors";
m3ta-home = { 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"; inputs.nixpkgs.follows = "nixpkgs";
}; };