diff --git a/profiles/servers/roundcube.nix b/profiles/servers/roundcube.nix index 01de551..b0d0e05 100644 --- a/profiles/servers/roundcube.nix +++ b/profiles/servers/roundcube.nix @@ -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 = ''