diff --git a/hosts/pluto/services/gitlab.nix b/hosts/pluto/services/gitlab.nix index 97df8c9..4020a5f 100644 --- a/hosts/pluto/services/gitlab.nix +++ b/hosts/pluto/services/gitlab.nix @@ -84,6 +84,8 @@ in { enable = true; databasePasswordFile = sec.gitlab_db.path; initialRootPasswordFile = sec.gitlab_initpw.path; + port = 443; + https = true; host = "git.zackmyers.io"; secrets = { secretFile = sec.gitlab_sec.path;