migrate to forgejo

This commit is contained in:
Cyryl Płotnicki 2024-02-24 13:08:28 +00:00
parent e528226899
commit bb6d87e9dc
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
...
}: let
unstable = inputs.nixpkgs-nixos-unstable;
package = unstable.legacyPackages."${system}".gitea;
package = unstable.legacyPackages."${system}".forgejo;
httpPort = 8083;
sshPort = 22;
domain = "git.cyplo.dev";