fixing funny sogo sops problem

This commit is contained in:
revol-xut 2023-05-12 15:17:22 +02:00
parent 1e93c28e5a
commit 86a615bbf0
No known key found for this signature in database
GPG key ID: 4F56FF7759627D07
6 changed files with 24 additions and 12 deletions

View file

@ -1,7 +1,7 @@
{ config, ... }:
{
sops.secrets.mailman_ldap_search = {
key = "portunus_search";
key = "portunus/users/search-password";
owner = config.services.mailman.webUser;
};
services.mailman = {