docs: points at the upstream on forgejo instead of gh

This commit is contained in:
Lewis Wynne 2026-04-09 21:46:27 +01:00
parent 73823e84ec
commit 5be082a6a0

View file

@ -48,7 +48,7 @@ This will run the site on localhost on the port you've configured, or `8123` by
```nix ```nix
# flake.nix # flake.nix
{ {
inputs.guestbook.url = "github:llywelwyn/guestbook"; inputs.guestbook.url = "git+https://git.ily.rs/lew/guestbook";
outputs = { self, nixpkgs, guestbook, ... }: { outputs = { self, nixpkgs, guestbook, ... }: {
nixosConfigurations.myhost = nixpkgs.lib.nixosSystem { nixosConfigurations.myhost = nixpkgs.lib.nixosSystem {