about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorSilvan Mosberger <infinisil@icloud.com>2018-11-25 21:07:42 +0100
committerGitHub <noreply@github.com>2018-11-25 21:07:42 +0100
commitb5f4f228d666aebdda2506a55d94c4ce6fb9a6e1 (patch)
tree8f3ba7869116178b467c0a9c4ce90c6d97b7428b /nixos/tests
parent604b0f34c96e0c72640719d59bcc92cb64550ff0 (diff)
parent0d753af6617bb74535af0601a2cdce1a8c647889 (diff)
downloadnixlib-b5f4f228d666aebdda2506a55d94c4ce6fb9a6e1.tar
nixlib-b5f4f228d666aebdda2506a55d94c4ce6fb9a6e1.tar.gz
nixlib-b5f4f228d666aebdda2506a55d94c4ce6fb9a6e1.tar.bz2
nixlib-b5f4f228d666aebdda2506a55d94c4ce6fb9a6e1.tar.lz
nixlib-b5f4f228d666aebdda2506a55d94c4ce6fb9a6e1.tar.xz
nixlib-b5f4f228d666aebdda2506a55d94c4ce6fb9a6e1.tar.zst
nixlib-b5f4f228d666aebdda2506a55d94c4ce6fb9a6e1.zip
Merge pull request #51012 from griff/rspamd-proxy-type
nixos/rspamd: Allow worker type to be proxy again
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/rspamd.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/rspamd.nix b/nixos/tests/rspamd.nix
index e16a9e6ffbc6..396cd5b67d81 100644
--- a/nixos/tests/rspamd.nix
+++ b/nixos/tests/rspamd.nix
@@ -235,6 +235,7 @@ in
       services.rspamd = {
         enable = true;
         postfix.enable = true;
+        workers.rspamd_proxy.type = "proxy";
       };
     };
     testScript = ''