hydra: create database if it does not exist
This commit is contained in:
parent
2eef6a7c04
commit
ffe8dee75e
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ in
|
|||
config = {
|
||||
sops.secrets.hydra-admin-password.owner = "hydra";
|
||||
sops.secrets.hydra-users.owner = "hydra";
|
||||
services.postgresql.ensureDatabases = ["hydra"];
|
||||
|
||||
# hydra-queue-runner needs to read this key for remote building
|
||||
sops.secrets.id_buildfarm.owner = "hydra-queue-runner";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue