evaluates
This commit is contained in:
@@ -4,6 +4,21 @@
|
||||
machine,
|
||||
...
|
||||
}: {
|
||||
# zulip config
|
||||
services.zulip = {
|
||||
enable = true;
|
||||
host = "chat.${config.networking.domain}";
|
||||
camoKeyFile = builtins.toFile "camoKeyFile" "key";
|
||||
rabbitmqPasswordFile = builtins.toFile "rabbitmqPasswordFile" "password";
|
||||
secretKeyFile = builtins.toFile "secretKeyFile" "secret key";
|
||||
sharedSecretKeyFile = builtins.toFile "sharedSecretKeyFile" "shared secret key";
|
||||
avatarSaltKeyFile = builtins.toFile "avatarSaltKeyFile" "avatar salt key";
|
||||
zulipSettings = {
|
||||
EXTERNAL_HOST = "EXTERNAL_HOST";
|
||||
ZULIP_ADMINISTRATOR = "ZULIP_ADMINISTRATOR";
|
||||
};
|
||||
};
|
||||
|
||||
# roundcube config
|
||||
services.roundcube = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user