change domain

This commit is contained in:
Reid 2024-08-02 19:56:19 -07:00
parent 7b7db2d78c
commit 31f3beb9bb
4 changed files with 7 additions and 7 deletions

View file

@ -14,7 +14,7 @@ in {
enable = mkEnableOption "enable forgejo, a lightweight git server";
domain = mkOption {
type = types.str;
default = "git.reidlab.online";
default = "git.reidlab.pink";
};
port = mkOption {
type = types.int;