summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-27 17:26:44 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-27 17:26:44 +0200
commite96b30a6cf190b7edc0b6c73082e78b756f19312 (patch)
tree1f10e19bcdc204c60d0758c063e5e4bbedeab6fe
parentda422cd9e7e4c8c944f5d1fb82fd6ed7a2be3383 (diff)
downloadnixos-e96b30a6cf190b7edc0b6c73082e78b756f19312.tar
nixos-e96b30a6cf190b7edc0b6c73082e78b756f19312.tar.gz
nixos-e96b30a6cf190b7edc0b6c73082e78b756f19312.tar.bz2
nixos-e96b30a6cf190b7edc0b6c73082e78b756f19312.tar.xz
nixos-e96b30a6cf190b7edc0b6c73082e78b756f19312.zip
exclude domains from srs
-rw-r--r--ymir.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index d7ad8255..ac159a74 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -479,6 +479,16 @@ in rec {
479 domain = "141.li"; 479 domain = "141.li";
480 }; 480 };
481 481
482 systemd.services."postsrsd".environment = {
483 SRS_EXCLUDE_DOMAINS = pkgs.lib.concatStringsSep "," [ ".yggdrasil.li" "yggdrasil.li"
484 ".praseodym.org" "praseodym.org"
485 ".141.li" "141.li"
486 ".xmpp.li" "xmpp.li"
487 ".lmu.li" "lmu.li"
488 ".dirty-haskell.org" "dirty-haskell.org"
489 ];
490 };
491
482 systemd.timers."mlmmj-maintd" = { 492 systemd.timers."mlmmj-maintd" = {
483 description = "run mlmmj maintenance daemon"; 493 description = "run mlmmj maintenance daemon";
484 wantedBy = [ "multi-user.target" ]; 494 wantedBy = [ "multi-user.target" ];