gitlab: would like to use ee, but sadly too expensive

This commit is contained in:
silver 2023-05-24 21:37:16 +01:00
parent 3dc27bcf77
commit d1cf49bb83

View file

@ -107,8 +107,15 @@
locations."/".proxyPass = "http://unix:/run/gitlab/gitlab-workhorse.socket";
};
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
# "gitlab-ee"
];
services.gitlab = {
enable = true;
#packages.gitlab = pkgs.gitlab-ee;
databasePasswordFile = config.age.secrets.gitlab_db_pw.path;
initialRootPasswordFile = config.age.secrets.gitlab_pw.path;
https = true;