summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index 4f938cb0..33e6aedb 100644
--- a/odin.nix
+++ b/odin.nix
@@ -400,6 +400,17 @@
400 }; 400 };
401 }; 401 };
402 402
403 nixpkgs.overlays = [ (self: super: {
404 rss2email = super.rss2email.overridePythonAttrs (old: rec {
405 src = super.fetchFromGitHub {
406 owner = "wking";
407 repo = "rss2email";
408 rev = "0489b589160306794f21341f767118abd91f4ece";
409 sha256 = "0gwyxnyysgqzni22l904ipa6raqk29w00g8hz0fwrkvvf76rr19q";
410 };
411 });
412 }];
413
403 systemd.status-mail = { 414 systemd.status-mail = {
404 recipient = "root@odin.asgard.yggdrasil"; 415 recipient = "root@odin.asgard.yggdrasil";
405 onFailure = [ "nixos-upgrade" 416 onFailure = [ "nixos-upgrade"