From 59c097730030f12398fb9d8c70f93571f589e694 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Sun, 2 Apr 2017 14:45:44 -0400 Subject: Add facility to append secrets to the initrd --- nixos/modules/system/activation/top-level.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/modules/system/activation') diff --git a/nixos/modules/system/activation/top-level.nix b/nixos/modules/system/activation/top-level.nix index 84c23bed3e3b..e9897cc01b6a 100644 --- a/nixos/modules/system/activation/top-level.nix +++ b/nixos/modules/system/activation/top-level.nix @@ -53,6 +53,8 @@ let ln -s ${config.system.build.initialRamdisk}/initrd $out/initrd + ln -s ${config.system.build.initialRamdiskSecretAppender}/bin/append-initrd-secrets $out + ln -s ${config.hardware.firmware}/lib/firmware $out/firmware ''} -- cgit 1.4.1