gnu: linux-libre: Allow disk encryption by default.

* gnu/packages/linux.scm (%default-extra-linux-options): Enable CONFIG_DM_CRYPT
as a module.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Caliph Nomble 2021-01-19 22:47:19 +00:00 committed by Leo Famulari
parent c95f7dc6f1
commit 82fd2eeed3
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -641,6 +641,8 @@ (define %default-extra-linux-options
("CONFIG_MEMCG_KMEM" . #t)
("CONFIG_CPUSETS" . #t)
("CONFIG_PROC_PID_CPUSET" . #t)
;; Allow disk encryption by default
("CONFIG_DM_CRYPT" . m)
;; Modules required for initrd:
("CONFIG_NET_9P" . m)
("CONFIG_NET_9P_VIRTIO" . m)