mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-07-01 21:35:22 +02:00
disable roundcube
This commit is contained in:
parent
ca48d67afc
commit
ab27f73492
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services.roundcube = {
|
services.roundcube = {
|
||||||
enable = true;
|
enable = false;
|
||||||
# this is the url of the vhost, not necessarily the same as the fqdn of
|
# this is the url of the vhost, not necessarily the same as the fqdn of
|
||||||
# the mailserver
|
# the mailserver
|
||||||
hostName = "webmail.missing.ninja";
|
hostName = "webmail.missing.ninja";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue