From fd9bb41de5f9f0027120298dfec23b8d9747fcc2 Mon Sep 17 00:00:00 2001 From: Mira Ressel Date: Sun, 4 May 2025 19:36:21 +0200 Subject: fetch lix repos via https rather than ssh --- npins/sources.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npins/sources.json b/npins/sources.json index 90b8f78..1a7f549 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -109,7 +109,7 @@ "type": "Git", "repository": { "type": "Git", - "url": "git+ssh://git@git.lix.systems/lix-project/lix" + "url": "https://git.lix.systems/lix-project/lix.git" }, "branch": "main", "revision": "dad17a54f7cf2bae24274dc2b9a535c1938e6eb0", @@ -120,7 +120,7 @@ "type": "Git", "repository": { "type": "Git", - "url": "git+ssh://git@git.lix.systems/lix-project/nixos-module" + "url": "https://git.lix.systems/lix-project/nixos-module.git" }, "branch": "main", "revision": "fa69ae26cc32dda178117b46487c2165c0e08316", -- cgit v1.2.3