FIx
This commit is contained in:
parent
9f5c225076
commit
631a02151f
1 changed files with 6 additions and 6 deletions
|
|
@ -80,13 +80,13 @@ users = {
|
||||||
port = 4219;
|
port = 4219;
|
||||||
#statePath = "/persist/gitlab/state";
|
#statePath = "/persist/gitlab/state";
|
||||||
backup.startAt = "3:00";
|
backup.startAt = "3:00";
|
||||||
databasePasswordFile = sops.secrets."services/gitlab/dbPassword".path;
|
databasePasswordFile = config.sops.secrets."services/gitlab/dbPassword".path;
|
||||||
initialRootPasswordFile = sops.secrets."services/gitlab/rootPassword".path;
|
initialRootPasswordFile = config.sops.secrets."services/gitlab/rootPassword".path;
|
||||||
secrets = {
|
secrets = {
|
||||||
secretFile = sops.secrets."services/gitlab/secret".path;
|
secretFile = config.sops.secrets."services/gitlab/secret".path;
|
||||||
otpFile = sops.secrets."services/gitlab/otpsecret".path;
|
otpFile = config.sops.secrets."services/gitlab/otpsecret".path;
|
||||||
dbFile = sops.secrets."services/gitlab/dbsecret".path;
|
dbFile = config.sops.secrets."services/gitlab/dbsecret".path;
|
||||||
jwsFile = sops.secrets."services/gitlab/oidcKeyBase".path;#pkgs.runCommand "oidcKeyBase" {} "${pkgs.openssl}/bin/openssl genrsa 2048 > $out";
|
jwsFile = config.sops.secrets."services/gitlab/oidcKeyBase".path;#pkgs.runCommand "oidcKeyBase" {} "${pkgs.openssl}/bin/openssl genrsa 2048 > $out";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue