Add keycloak host
This commit is contained in:
parent
a16230d4a6
commit
5e7a118527
10 changed files with 180 additions and 0 deletions
13
config/hosts/keycloak/secrets.nix
Normal file
13
config/hosts/keycloak/secrets.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ keyCommandEnv, ... }:
|
||||
{
|
||||
deployment.keys = {
|
||||
"keycloak-database-password.secret" = {
|
||||
keyCommand = keyCommandEnv ++ [ "pass" "keycloak/database-password" ];
|
||||
destDir = "/secrets";
|
||||
user = "root";
|
||||
group = "systemd-network";
|
||||
permissions = "0640";
|
||||
uploadAt = "pre-activation";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue