From fc6cf6169868e60c189e4b243330c3717ff159f3 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 26 May 2022 13:58:07 +0200 Subject: ... --- system-profiles/initrd-all-crypto-modules.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system-profiles') diff --git a/system-profiles/initrd-all-crypto-modules.nix b/system-profiles/initrd-all-crypto-modules.nix index ede68e9f..3b3b24fc 100644 --- a/system-profiles/initrd-all-crypto-modules.nix +++ b/system-profiles/initrd-all-crypto-modules.nix @@ -12,6 +12,6 @@ let '')); in { boot.initrd.luks.cryptoModules = moduleList ++ [ - "encrypted_keys" + "encrypted_keys" "rng" ]; } -- cgit v1.2.3