remove unused roundcube db password

This commit is contained in:
Dmitriy Kholkin 2022-08-18 18:25:02 +03:00
parent 0986fee751
commit 4294c03bd2

View File

@ -1,10 +1,6 @@
{ config, lib, pkgs, ... }: {
secrets.roundcube-db-pass = {
owner = "roundcube";
};
services.roundcube = {
enable = true;
database.passwordFile = config.secrets.roundcube-db-pass.decrypted;
database.username = "roundcube";
dicts = with pkgs.aspellDicts; [ en ru ];
extraConfig = ''