diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-27 19:34:46 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-27 19:34:46 +0200 |
| commit | ccead240350ab775f2d1d9d77cd4a72f58ff9fd6 (patch) | |
| tree | 2df7b6b5e1a84d95f693766745694271502ce6f0 | |
| parent | f8ef4224ed5faa61708534675f4a692a43d6c2eb (diff) | |
| download | nixos-ccead240350ab775f2d1d9d77cd4a72f58ff9fd6.tar nixos-ccead240350ab775f2d1d9d77cd4a72f58ff9fd6.tar.gz nixos-ccead240350ab775f2d1d9d77cd4a72f58ff9fd6.tar.bz2 nixos-ccead240350ab775f2d1d9d77cd4a72f58ff9fd6.tar.xz nixos-ccead240350ab775f2d1d9d77cd4a72f58ff9fd6.zip | |
postsrsd patch
| -rw-r--r-- | ymir.nix | 18 |
1 files changed, 8 insertions, 10 deletions
| @@ -476,16 +476,14 @@ in rec { | |||
| 476 | services.postsrsd = { | 476 | services.postsrsd = { |
| 477 | enable = true; | 477 | enable = true; |
| 478 | domain = "141.li"; | 478 | domain = "141.li"; |
| 479 | }; | 479 | separator = "+"; |
| 480 | 480 | excludeDomains = [ ".yggdrasil.li" "yggdrasil.li" | |
| 481 | systemd.services."postsrsd".environment = { | 481 | ".praseodym.org" "praseodym.org" |
| 482 | SRS_EXCLUDE_DOMAINS = pkgs.lib.concatStringsSep "," [ ".yggdrasil.li" "yggdrasil.li" | 482 | ".141.li" "141.li" |
| 483 | ".praseodym.org" "praseodym.org" | 483 | ".xmpp.li" "xmpp.li" |
| 484 | ".141.li" "141.li" | 484 | ".lmu.li" "lmu.li" |
| 485 | ".xmpp.li" "xmpp.li" | 485 | ".dirty-haskell.org" "dirty-haskell.org" |
| 486 | ".lmu.li" "lmu.li" | 486 | ]; |
| 487 | ".dirty-haskell.org" "dirty-haskell.org" | ||
| 488 | ]; | ||
| 489 | }; | 487 | }; |
| 490 | 488 | ||
| 491 | systemd.timers."mlmmj-maintd" = { | 489 | systemd.timers."mlmmj-maintd" = { |
