This commit is contained in:
2023-11-20 20:53:34 +08:00
parent ff5780ca42
commit da4a7e33ff

View File

@@ -55,11 +55,7 @@ inputs:
"gitlab/secret".owner = owner;
"gitlab/otp".owner = owner;
"gitlab/jws" =
{
owner = owner;
sopsFile = "${inputs.topInputs.self}/secrets/gitlab/jws.bin";
format = "binary";
};
{ owner = owner; sopsFile = "${inputs.topInputs.self}/secrets/gitlab/jws.bin"; format = "binary"; };
"gitlab/dbFile".owner = owner;
"gitlab/root".owner = owner;
"gitlab/db" = { owner = owner; key = "postgresql/gitlab"; };