diff --git a/flake.lock b/flake.lock index 2f60a46..ca4a0f8 100644 --- a/flake.lock +++ b/flake.lock @@ -317,11 +317,11 @@ "rev": "5ce77ac9f17a0f0c2daabfbaf294d46b966d4f40", "revCount": 205, "type": "git", - "url": "ssh://git@github.com/TheWanderingCrow/nix-secrets" + "url": "ssh://forgejo@git.wanderingcrow.net/TheWanderingCrow/nix-secrets" }, "original": { "type": "git", - "url": "ssh://git@github.com/TheWanderingCrow/nix-secrets" + "url": "ssh://forgejo@git.wanderingcrow.net/TheWanderingCrow/nix-secrets" } }, "nixpkgs": { diff --git a/flake.nix b/flake.nix index 0b5089a..73f8c32 100644 --- a/flake.nix +++ b/flake.nix @@ -130,7 +130,7 @@ # CrOS inputs nix-secrets = { - url = "git+ssh://git@github.com/TheWanderingCrow/nix-secrets"; + url = "git+ssh://forgejo@git.wanderingcrow.net/TheWanderingCrow/nix-secrets"; inputs.nixpkgs.follows = "nixpkgs"; }; nvix.url = "github:TheWanderingCrow/nvix";