diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 13:56:49 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 13:56:49 +0200 |
commit | dec1db4c35ff2a1394a707929e45364a9b714b3a (patch) | |
tree | 51170f34afebc3d006d9a3abdc54a45665c1e4e7 | |
parent | e086a3a30d1d7b323f3feae6b4fa3b1660a6707e (diff) | |
download | nixos-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.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||