gitlab: would like to use ee, but sadly too expensive
This commit is contained in:
parent
3dc27bcf77
commit
d1cf49bb83
1 changed files with 7 additions and 0 deletions
|
@ -107,8 +107,15 @@
|
||||||
locations."/".proxyPass = "http://unix:/run/gitlab/gitlab-workhorse.socket";
|
locations."/".proxyPass = "http://unix:/run/gitlab/gitlab-workhorse.socket";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
|
# "gitlab-ee"
|
||||||
|
];
|
||||||
|
|
||||||
services.gitlab = {
|
services.gitlab = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
#packages.gitlab = pkgs.gitlab-ee;
|
||||||
|
|
||||||
databasePasswordFile = config.age.secrets.gitlab_db_pw.path;
|
databasePasswordFile = config.age.secrets.gitlab_db_pw.path;
|
||||||
initialRootPasswordFile = config.age.secrets.gitlab_pw.path;
|
initialRootPasswordFile = config.age.secrets.gitlab_pw.path;
|
||||||
https = true;
|
https = true;
|
||||||
|
|
Loading…
Reference in a new issue