From 5c6f1c622d04be5f6f7448e9f209e8f6111b8bf6 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 30 Mar 2026 10:05:33 -0400 Subject: [PATCH] change hosts to be my repos instead of github --- flake.lock | 4 ++-- flake.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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";