mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 09:10:32 +01:00
Change forgejo port
This commit is contained in:
parent
1d79b1c965
commit
90ebd62b04
|
@ -41,7 +41,7 @@ with lib; {
|
|||
file_server browse
|
||||
}
|
||||
git.heroin.trade {
|
||||
reverse_proxy http://localhost:3001
|
||||
reverse_proxy http://localhost:3002
|
||||
}
|
||||
|
||||
jellyfin.heroin.trade {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
services.forgejo = {
|
||||
enable = true;
|
||||
settings.server = {
|
||||
HTTP_PORT = 3001;
|
||||
HTTP_PORT = 3002;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue