configured sops
This commit is contained in:
parent
6525c45ca2
commit
806a5078ca
3 changed files with 13 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{pkgs, conifg, lib}: {
|
||||
{pkgs, config, lib, ...}: {
|
||||
|
||||
sops.secrets.postgres_keycloak.owner = config.systemd.services.keycloak.serviceConfig.User;
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
|||
database = {
|
||||
username = "keycloak";
|
||||
type = "postgresql";
|
||||
passwordFile = ;
|
||||
passwordFile = config.sops.secrets.postgres_keycloak.path;
|
||||
name = "keycloak";
|
||||
host = "localhost";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue