From 897e0d12242b7ac9b7970f6708bcf0c3b3622719 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Sun, 10 Apr 2016 22:51:13 +0300 Subject: treewide: Mass replace 'openssl}/bin' to refer to the correct outputs --- nixos/modules/services/networking/nntp-proxy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/networking') diff --git a/nixos/modules/services/networking/nntp-proxy.nix b/nixos/modules/services/networking/nntp-proxy.nix index cfa662c7311b..dca8ccac7627 100644 --- a/nixos/modules/services/networking/nntp-proxy.nix +++ b/nixos/modules/services/networking/nntp-proxy.nix @@ -224,7 +224,7 @@ in serviceConfig.ExecStart = "${nntp-proxy}/bin/nntp-proxy ${confFile}"; preStart = '' if [ ! \( -f ${cfg.sslCert} -a -f ${cfg.sslKey} \) ]; then - ${pkgs.openssl}/bin/openssl req -subj '/CN=AutoGeneratedCert/O=NixOS Service/C=US' \ + ${pkgs.openssl.bin}/bin/openssl req -subj '/CN=AutoGeneratedCert/O=NixOS Service/C=US' \ -new -newkey rsa:2048 -days 365 -nodes -x509 -keyout ${cfg.sslKey} -out ${cfg.sslCert}; fi ''; -- cgit 1.4.1