From eb766db679a5ffe72d32439bf1bcf36f99dfc8b9 Mon Sep 17 00:00:00 2001 From: devhell Date: Fri, 28 May 2021 15:34:30 +0100 Subject: profiles/packages: Fix mdmonitor from crashing There is still an issue open for this on the nixpkgs GitHub, this is just a workaround until it's resolved. --- modules/user/devhell/profiles/packages.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/user/devhell/profiles/packages.nix b/modules/user/devhell/profiles/packages.nix index 2ffcd58b..1132f48b 100644 --- a/modules/user/devhell/profiles/packages.nix +++ b/modules/user/devhell/profiles/packages.nix @@ -53,6 +53,10 @@ in { }; }; + environment.etc."mdadm.conf".text = '' + MAILADDR root + ''; + environment.systemPackages = with pkgs; [ abook accountsservice -- cgit 1.4.1