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