remove unused roundcube db password
This commit is contained in:
parent
0986fee751
commit
4294c03bd2
@ -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 = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user