systemd-boot: Support initrd secrets

This commit is contained in:
Shea Levy
2017-04-02 16:33:37 -04:00
parent 59c0977300
commit b09490a322
2 changed files with 11 additions and 1 deletions
@@ -65,6 +65,8 @@ in {
boot.loader.grub.enable = mkDefault false;
boot.loader.supportsInitrdSecrets = true;
system = {
build.installBootLoader = gummibootBuilder;