change domain
This commit is contained in:
parent
7b7db2d78c
commit
31f3beb9bb
4 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue