about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-05-28 15:34:30 +0100
committerdevhell <devhell@mailfresser.de>2021-05-28 15:35:59 +0100
commiteb766db679a5ffe72d32439bf1bcf36f99dfc8b9 (patch)
tree0b7b2a3272308483fb5accfe63728a340d6318e0
parentfa976a594850a29d08015d3f8a43250fe86ab520 (diff)
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.
-rw-r--r--modules/user/devhell/profiles/packages.nix4
1 files changed, 4 insertions, 0 deletions
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