bekkalokk/roundcube: add des_key to sops

This commit is contained in:
h7x4
2026-05-22 16:18:42 +09:00
parent f433ae1e15
commit 0f53bcd731
2 changed files with 23 additions and 17 deletions

View File

@@ -10,6 +10,10 @@ in
owner = "nginx";
group = "nginx";
};
sops.secrets."roundcube/des_key" = {
owner = "nginx";
group = "nginx";
};
services.roundcube = {
enable = true;
@@ -39,6 +43,7 @@ in
$config['mail_domain'] = "pvv.ntnu.no";
$config['smtp_user'] = "%u";
$config['support_url'] = "";
$config['des_key'] = "${config.sops.secrets."roundcube/des_key".path}";
'';
};