about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-04 23:12:39 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-04 23:12:39 +0300
commit2ea72fa9c811622bdbf93e866cd68db756d45986 (patch)
treeec33d7699dfedc88eb3b6df76d36bea756259129 /nixos
parent0eb827918de5676ea18ef5598cade15232728fc8 (diff)
downloadnixlib-2ea72fa9c811622bdbf93e866cd68db756d45986.tar
nixlib-2ea72fa9c811622bdbf93e866cd68db756d45986.tar.gz
nixlib-2ea72fa9c811622bdbf93e866cd68db756d45986.tar.bz2
nixlib-2ea72fa9c811622bdbf93e866cd68db756d45986.tar.lz
nixlib-2ea72fa9c811622bdbf93e866cd68db756d45986.tar.xz
nixlib-2ea72fa9c811622bdbf93e866cd68db756d45986.tar.zst
nixlib-2ea72fa9c811622bdbf93e866cd68db756d45986.zip
nixos/luksroot: Reference correct output of openssl
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/system/boot/luksroot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/luksroot.nix b/nixos/modules/system/boot/luksroot.nix
index 8dad09c89207..f2755b49f88d 100644
--- a/nixos/modules/system/boot/luksroot.nix
+++ b/nixos/modules/system/boot/luksroot.nix
@@ -443,7 +443,7 @@ in
         copy_bin_and_libs pbkdf2-sha512
 
         mkdir -p $out/etc/ssl
-        cp -pdv ${pkgs.openssl}/etc/ssl/openssl.cnf $out/etc/ssl
+        cp -pdv ${pkgs.openssl.out}/etc/ssl/openssl.cnf $out/etc/ssl
 
         cat > $out/bin/openssl-wrap <<EOF
         #!$out/bin/sh