Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 212b574d897d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5fb2a9d8c779
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 11, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    edolstra Eelco Dolstra
    Copy the full SHA
    92bede3 View commit details

Commits on Apr 2, 2020

  1. Merge pull request #79828 from Mic92/zed

    nixos/zfs: populate PATH with needed programs for zed
    Mic92 authored Apr 2, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5fb2a9d View commit details
Showing with 1 addition and 0 deletions.
  1. +1 −0 nixos/modules/tasks/filesystems/zfs.nix
1 change: 1 addition & 0 deletions nixos/modules/tasks/filesystems/zfs.nix
Original file line number Diff line number Diff line change
@@ -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