summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index bd1d54e1..12c72049 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -644,7 +644,7 @@ in rec {
644 privileged = true; 644 privileged = true;
645 chroot = false; 645 chroot = false;
646 command = "pipe"; 646 command = "pipe";
647 args = [ "flags=Fqhu" "user=uucp" ''argv=${pkgs.mlmmj-exposed}/bin/mlmmj-exposed /var/spool/lists/''${user} ''${extension}'' ]; 647 args = [ "flags=Fqhu" "user=mlmmj" ''argv=${pkgs.mlmmj-exposed}/bin/mlmmj-exposed /var/spool/lists/''${user} ''${extension}'' ];
648 }; 648 };
649 policy-spf = { 649 policy-spf = {
650 type = "unix"; 650 type = "unix";