diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-27 17:26:44 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-27 17:26:44 +0200 |
commit | e96b30a6cf190b7edc0b6c73082e78b756f19312 (patch) | |
tree | 1f10e19bcdc204c60d0758c063e5e4bbedeab6fe /ymir.nix | |
parent | da422cd9e7e4c8c944f5d1fb82fd6ed7a2be3383 (diff) | |
download | nixos-e96b30a6cf190b7edc0b6c73082e78b756f19312.tar nixos-e96b30a6cf190b7edc0b6c73082e78b756f19312.tar.gz nixos-e96b30a6cf190b7edc0b6c73082e78b756f19312.tar.bz2 nixos-e96b30a6cf190b7edc0b6c73082e78b756f19312.tar.xz nixos-e96b30a6cf190b7edc0b6c73082e78b756f19312.zip |
exclude domains from srs
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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" ]; |