about summary refs log tree commit diff
path: root/nixos/tests/gitlab.nix
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2018-11-14 18:38:55 +0100
committerRobin Gloster <mail@glob.in>2018-11-14 18:58:45 +0100
commit74df0823f30218e25f2ea7908b98c0c0a93c1e79 (patch)
tree1fa0b4d45e9279c7861beadac3967ee4eefff722 /nixos/tests/gitlab.nix
parent7ca9d6794896d1b68d28c5b43110312b7f87c266 (diff)
gitlab: fix smtp setting
fixes #50163
Diffstat (limited to 'nixos/tests/gitlab.nix')
-rw-r--r--nixos/tests/gitlab.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/gitlab.nix b/nixos/tests/gitlab.nix
index 53675c375e318..661caa8aa832c 100644
--- a/nixos/tests/gitlab.nix
+++ b/nixos/tests/gitlab.nix
@@ -27,6 +27,7 @@ import ./make-test.nix ({ pkgs, lib, ...} : with lib; {
         enable = true;
         databasePassword = "dbPassword";
         initialRootPassword = "notproduction";
+        smtp.enable = true;
         secrets = {
           secret = "secret";
           otp = "otpsecret";