summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-04-27 13:56:49 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-04-27 13:56:49 +0200
commitdec1db4c35ff2a1394a707929e45364a9b714b3a (patch)
tree51170f34afebc3d006d9a3abdc54a45665c1e4e7
parente086a3a30d1d7b323f3feae6b4fa3b1660a6707e (diff)
downloadnixos-dec1db4c35ff2a1394a707929e45364a9b714b3a.tar
nixos-dec1db4c35ff2a1394a707929e45364a9b714b3a.tar.gz
nixos-dec1db4c35ff2a1394a707929e45364a9b714b3a.tar.bz2
nixos-dec1db4c35ff2a1394a707929e45364a9b714b3a.tar.xz
nixos-dec1db4c35ff2a1394a707929e45364a9b714b3a.zip
proper path for uux
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 112196dc..f555de89 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -321,7 +321,7 @@ in rec {
321 ''} 321 ''}
322 ''; 322 '';
323 extraMasterConf = '' 323 extraMasterConf = ''
324 uucp unix - n n - - pipe flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient) 324 uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
325 ''; 325 '';
326 }; 326 };
327 327