diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-09 22:08:48 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-09 22:08:48 +0200 |
commit | fbda5a4a208150820383c492547c105f864b3816 (patch) | |
tree | d6d0b1cd2c5b1de5764e6b4f399911c3dbfa3655 | |
parent | 9e6c2dae0ed7acd933908d4a95dc572623a61278 (diff) | |
download | nixos-fbda5a4a208150820383c492547c105f864b3816.tar nixos-fbda5a4a208150820383c492547c105f864b3816.tar.gz nixos-fbda5a4a208150820383c492547c105f864b3816.tar.bz2 nixos-fbda5a4a208150820383c492547c105f864b3816.tar.xz nixos-fbda5a4a208150820383c492547c105f864b3816.zip |
murmur may read ssl cert
-rw-r--r-- | ymir.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -192,6 +192,7 @@ in rec { | |||
192 | members = [ "prosody" | 192 | members = [ "prosody" |
193 | "nginx" | 193 | "nginx" |
194 | "postfix" | 194 | "postfix" |
195 | "murmur" | ||
195 | ]; | 196 | ]; |
196 | }; | 197 | }; |
197 | 198 | ||