diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-23 00:26:01 +0100 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-23 00:26:01 +0100 |
commit | 9ec2fa795cc625e9510eb0fe7b7d34fc421066f3 (patch) | |
tree | 75d5da13b491c8b87545713ab546fd935484c1e9 | |
parent | bb66bb2fefd688a47132702a2e1baf647fc8e568 (diff) | |
download | nixos-9ec2fa795cc625e9510eb0fe7b7d34fc421066f3.tar nixos-9ec2fa795cc625e9510eb0fe7b7d34fc421066f3.tar.gz nixos-9ec2fa795cc625e9510eb0fe7b7d34fc421066f3.tar.bz2 nixos-9ec2fa795cc625e9510eb0fe7b7d34fc421066f3.tar.xz nixos-9ec2fa795cc625e9510eb0fe7b7d34fc421066f3.zip |
Allow gkleen access to ssl
-rw-r--r-- | ymir.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -199,6 +199,7 @@ in rec { | |||
199 | "nginx" | 199 | "nginx" |
200 | "postfix" | 200 | "postfix" |
201 | "murmur" | 201 | "murmur" |
202 | "gkleen" | ||
202 | ]; | 203 | ]; |
203 | }; | 204 | }; |
204 | 205 | ||