chore: migrate module path from git.t-juice.club to code.t-juice.club
Update Go module path and all references for Gitea to Forgejo host migration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,7 @@ A Prometheus exporter for NixOS-specific metrics. Exposes system state informati
|
||||
|
||||
```nix
|
||||
{
|
||||
inputs.nixos-exporter.url = "git+https://git.t-juice.club/torjus/nixos-exporter";
|
||||
inputs.nixos-exporter.url = "git+https://code.t-juice.club/torjus/nixos-exporter";
|
||||
|
||||
outputs = { self, nixpkgs, nixos-exporter, ... }: {
|
||||
nixosConfigurations.myhost = nixpkgs.lib.nixosSystem {
|
||||
|
||||
Reference in New Issue
Block a user