From 1479f3d83692c24cad6737031a082c479397b633 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Fri, 20 Nov 2020 19:05:01 +0100 Subject: [PATCH] Remove obsolete option --- nixos/roles/boot-key.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/roles/boot-key.nix b/nixos/roles/boot-key.nix index f9f1974a..af8dc067 100644 --- a/nixos/roles/boot-key.nix +++ b/nixos/roles/boot-key.nix @@ -10,6 +10,5 @@ in { # copy the secret into the additional initramfs. `null` means same path secrets."${secretsFile}" = null; }; - loader.supportsInitrdSecrets = lib.mkForce true; }; }