mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix(gitea): show correct SSH clone port
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
{
|
||||
let
|
||||
inherit (import <niveum/lib>) sshPort;
|
||||
in {
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
disableRegistration = true;
|
||||
rootUrl = "https://code.kmein.de";
|
||||
appName = "code.kmein.de";
|
||||
ssh.clonePort = sshPort;
|
||||
};
|
||||
services.nginx.virtualHosts."code.kmein.de" = {
|
||||
forceSSL = true;
|
||||
|
||||
Reference in New Issue
Block a user