fixed secret name

This commit is contained in:
revol-xut 2022-08-16 15:42:10 +02:00
parent 806a5078ca
commit 99c461e3dd
No known key found for this signature in database
GPG key ID: 4F56FF7759627D07

View file

@ -1,6 +1,6 @@
{pkgs, config, lib, ...}: { {pkgs, config, lib, ...}: {
sops.secrets.postgres_keycloak.owner = config.systemd.services.keycloak.serviceConfig.User; sops.secrets.postgres_keycloak.owner = config.systemd.services.postgres_keycloak.serviceConfig.User;
services = { services = {
keycloak = { keycloak = {