Oop, double definition, fix
This commit is contained in:
parent
0b4e0e3b93
commit
7435b36c20
|
@ -9,7 +9,7 @@
|
|||
# https://discourse.nixos.org/t/roundcube-with-plugins/28292/7
|
||||
services.roundcube = {
|
||||
enable = true;
|
||||
services.roundcube.package = pkgs.roundcube.withPlugins (
|
||||
package = pkgs.roundcube.withPlugins (
|
||||
plugins: [
|
||||
plugins.contextmenu
|
||||
plugins.carddav
|
||||
|
|
Loading…
Reference in a new issue