change hosts to be my repos instead of github

This commit is contained in:
TheWanderingCrow 2026-03-30 10:05:33 -04:00
parent a4808abc49
commit 5c6f1c622d
2 changed files with 3 additions and 3 deletions

4
flake.lock generated
View file

@ -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": {

View file

@ -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";