about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-04-02 23:39:11 +0000
committerAlyssa Ross <hi@alyssa.is>2022-04-02 23:43:53 +0000
commit148e943e079ec20c1e70a8305367e505e7f7a1a8 (patch)
tree66e9a3aac1c7d576be5744464e6c0b752ea03744
parent77612cdc1d22561077cce06eb3c1626722ebe5f6 (diff)
downloadnixlib-148e943e079ec20c1e70a8305367e505e7f7a1a8.tar
nixlib-148e943e079ec20c1e70a8305367e505e7f7a1a8.tar.gz
nixlib-148e943e079ec20c1e70a8305367e505e7f7a1a8.tar.bz2
nixlib-148e943e079ec20c1e70a8305367e505e7f7a1a8.tar.lz
nixlib-148e943e079ec20c1e70a8305367e505e7f7a1a8.tar.xz
nixlib-148e943e079ec20c1e70a8305367e505e7f7a1a8.tar.zst
nixlib-148e943e079ec20c1e70a8305367e505e7f7a1a8.zip
modules/spectrum/spectrumbot: don't chroot mda
This breaks pipe(8)'s user lookup, because there's no /etc/passwd
inside the chroot.
-rw-r--r--modules/server/spectrum/spectrumbot/postfix/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/server/spectrum/spectrumbot/postfix/default.nix b/modules/server/spectrum/spectrumbot/postfix/default.nix
index 361ebd4da5ee..3430107a59be 100644
--- a/modules/server/spectrum/spectrumbot/postfix/default.nix
+++ b/modules/server/spectrum/spectrumbot/postfix/default.nix
@@ -17,7 +17,6 @@
 
   services.postfix.masterConfig.irccat = {
     type = "unix";
-    chroot = true;
     maxproc = 1;
     command = "pipe";
     privileged = true;