diff --git a/cad/template/flake.nix b/cad/template/flake.nix index 25b4f8b..3787970 100644 --- a/cad/template/flake.nix +++ b/cad/template/flake.nix @@ -7,7 +7,7 @@ flake-parts.url = "github:hercules-ci/flake-parts"; project-templates = { - url = "git+ssh://gitea@git.krantz.one/reed/project-templates"; + url = "git+https://git.krantz.one/reed/project-templates"; inputs.nixpkgs.follows = "nixpkgs"; inputs.flake-parts.follows = "flake-parts"; }; diff --git a/rust/template/flake.nix b/rust/template/flake.nix index 5225f09..3858eed 100644 --- a/rust/template/flake.nix +++ b/rust/template/flake.nix @@ -7,7 +7,7 @@ flake-parts.url = "github:hercules-ci/flake-parts"; project-templates = { - url = "git+ssh://gitea@git.krantz.one/reed/project-templates"; + url = "git+https://git.krantz.one/reed/project-templates"; inputs.nixpkgs.follows = "nixpkgs"; inputs.flake-parts.follows = "flake-parts"; };