Merge pull request #79828 from Mic92/zed

nixos/zfs: populate PATH with needed programs for zed
This commit is contained in:
Jörg Thalheim 2020-04-02 13:42:01 +01:00 committed by GitHub
commit 5fb2a9d8c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -433,6 +433,7 @@ in
services.zfs.zed.settings = {
ZED_EMAIL_PROG = mkDefault "${pkgs.mailutils}/bin/mail";
PATH = lib.makeBinPath [ packages.zfsUser pkgs.utillinux pkgs.gawk pkgs.gnused pkgs.gnugrep pkgs.coreutils pkgs.curl ];
};
environment.etc = genAttrs